We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4582b commit fb75550Copy full SHA for fb75550
1 file changed
.github/workflows/test.yml
@@ -15,14 +15,6 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v4
17
18
- - name: Validate Server JSON Files
19
- uses: cardinalby/schema-validator-action@v3
20
- with:
21
- file: 'mcp-registry/servers/*.json'
22
- schema: 'mcp-registry/schema/server-schema.json'
23
- mode: 'default'
24
- fixSchemas: false
25
-
26
test:
27
runs-on: ubuntu-latest
28
steps:
@@ -55,4 +47,4 @@ jobs:
55
47
- name: Check code style with ruff
56
48
run: |
57
49
uv sync --group dev
58
- uv run ruff check src/ tests/
50
+ uv run ruff check src/ tests/
0 commit comments