Skip to content

Commit

Permalink
Execute ESLint on CI for Ubuntu builds
Browse files Browse the repository at this point in the history
Part of #1551
  • Loading branch information
lucas-koehler authored and sdirix committed Apr 21, 2023
1 parent 437feda commit 8c82d78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
npm run init
npm run build
npm run bundle
- name: Lint
if: matrix.os == 'ubuntu-latest'
run: npm run lint
- name: Test
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit 8c82d78

Please sign in to comment.