Skip to content

chore(deps): Bump github.com/mcpchecker/mcpchecker from 0.0.6 to 0.0.9 #27

chore(deps): Bump github.com/mcpchecker/mcpchecker from 0.0.6 to 0.0.9

chore(deps): Bump github.com/mcpchecker/mcpchecker from 0.0.6 to 0.0.9 #27

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run tests
run: make test