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 8067f29 commit 0ca6910Copy full SHA for 0ca6910
.github/workflows/ci.yml
@@ -38,16 +38,16 @@ jobs:
38
39
- run: cd parser && cargo test
40
41
+ - run: yarn build:ci
42
+
43
+ - run: yarn lint --no-fix
44
45
+ - run: yarn test
46
47
- uses: taiki-e/install-action@v2
48
with:
49
tool: [email protected]
50
51
- run: |
52
yarn generate:licenses:ci
53
git diff --exit-code
-
- - run: yarn build:ci
- - run: yarn lint --no-fix
- - run: yarn test
0 commit comments