Skip to content

Commit

Permalink
verify workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boonya committed Jan 7, 2024
1 parent ce1c4ea commit eed3e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run codestyle-check
- run: npm run code-style

lint:
runs-on: ubuntu-latest
Expand All @@ -41,4 +41,4 @@ jobs:
with:
node-version-file: ".nvmrc"
- run: npm ci
- run: npm run typecheck
- run: npm run types

0 comments on commit eed3e64

Please sign in to comment.