Skip to content

Commit

Permalink
Test: Add CI test for ESLint 6 compatibility (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish authored Aug 1, 2021
1 parent 4048e9c commit 30bb8e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ jobs:
- uses: actions/setup-node@v2
- run: npm install
- run: npm run lint

eslint6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm install --save-dev eslint@6
- run: npm test

0 comments on commit 30bb8e2

Please sign in to comment.