Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt (Murahashi Kenichi) committed Dec 8, 2021
1 parent d9f36a1 commit 4090963
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Use ESLint ${{ matrix.eslint }}
run: npm install eslint@${{ matrix.eslint }}
continue-on-error: ${{ matrix.eslint == '8' }}
- run: |
npm install --silent
npm run lint
npm run test
continue-on-error: ${{ matrix.eslint == '8' }}

0 comments on commit 4090963

Please sign in to comment.