Skip to content

Commit fb75550

Browse files
committed
remove schema validator actions
1 parent ef4582b commit fb75550

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

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-
2618
test:
2719
runs-on: ubuntu-latest
2820
steps:
@@ -55,4 +47,4 @@ jobs:
5547
- name: Check code style with ruff
5648
run: |
5749
uv sync --group dev
58-
uv run ruff check src/ tests/
50+
uv run ruff check src/ tests/

0 commit comments

Comments
 (0)