Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuharu committed Jul 19, 2024
1 parent 3eaa441 commit 86fce10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Lint
run: |
yarn typecheck
yarn lint
- name: Test
run: yarn test

Expand Down

0 comments on commit 86fce10

Please sign in to comment.