Skip to content

Commit

Permalink
fix conformance-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbandes committed Jul 1, 2023
1 parent 5589b01 commit 145d6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: yarn
- run: corepack enable && yarn install --immutable
- run: yarn workspace @foxglove/mcap-conformance lint:ci
- run: yarn workspace @foxglove/mcap-conformance typecheck
- run: yarn workspace @foxglove/mcap-conformance build

conformance-cpp:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tests/conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"build": "tsc -b tsconfig.json tsconfig.cjs.json",
"lint:ci": "eslint --report-unused-disable-directives .",
"lint": "eslint --report-unused-disable-directives --fix .",
"generate-inputs": "ts-node --files --project tsconfig.cjs.json scripts/generate-inputs",
Expand Down

0 comments on commit 145d6d4

Please sign in to comment.