Skip to content

Commit

Permalink
ci: run license check last
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Nov 2, 2024
1 parent 8067f29 commit 0ca6910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:

- run: cd parser && cargo test

- run: yarn build:ci

- run: yarn lint --no-fix

- run: yarn test

- uses: taiki-e/install-action@v2
with:
tool: [email protected]

- run: |
yarn generate:licenses:ci
git diff --exit-code
- run: yarn build:ci

- run: yarn lint --no-fix

- run: yarn test

0 comments on commit 0ca6910

Please sign in to comment.