Skip to content

Commit

Permalink
ci: Only do TS linting (formatting check) on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 19, 2024
1 parent 50053b8 commit 08923a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
npm run build
- name: Check formatting
if: matrix.os == 'ubuntu-24.04'
working-directory: web
run: npm run lint

Expand Down

0 comments on commit 08923a1

Please sign in to comment.