Skip to content

Commit

Permalink
remove schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Haimerl committed Jan 15, 2025
1 parent 296c237 commit a81408f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@ jobs:
- run: npm run lint
- run: npm run test:types

validate-ipld-schema:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install IPLD Schema Validator
run: npm ci

- name: Validate IPLD Schema
run: ipld-schema validate ./backend/lib/lotus/builtin-actor-events-schemas.ipldsch

docker-build:
runs-on: ubuntu-latest
permissions:
Expand Down
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@types/slug": "^5.0.9",
"debug": "^4.4.0",
"ethers": "^6.13.5",
"ipld-schema": "^3.0.3",
"multiformats": "^13.3.1",
"pg": "^8.13.1",
"request": "^2.88.2",
Expand Down
26 changes: 0 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a81408f

Please sign in to comment.