Skip to content

Commit

Permalink
Fixed ci eslint only checking sources with js ext
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Feb 24, 2024
1 parent e774363 commit 8ac0d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Cache library
- name: Cache
uses: actions/cache@v4
with:
path: ~/.npm
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
prettier: true
eslint: true
eslint_extensions: js, jsx, ts, tsx
eslint_args: '--max-warnings 0'

- name: Test
Expand Down

0 comments on commit 8ac0d12

Please sign in to comment.