Skip to content

Commit

Permalink
build(ci): run lint & format check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mogeko committed Sep 28, 2024
1 parent 814df8c commit c46059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test

on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
workflow_dispatch:
Expand All @@ -17,6 +16,7 @@ jobs:
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn biome ci --reporter=github
- run: yarn run cov
- uses: codecov/[email protected]
with:
Expand Down

0 comments on commit c46059c

Please sign in to comment.