Skip to content

Commit 30bb8e2

Browse files
authored
Test: Add CI test for ESLint 6 compatibility (#174)
1 parent 4048e9c commit 30bb8e2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

+9
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,12 @@ jobs:
3535
- uses: actions/setup-node@v2
3636
- run: npm install
3737
- run: npm run lint
38+
39+
eslint6:
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@v2
43+
- uses: actions/setup-node@v2
44+
- run: npm install
45+
- run: npm install --save-dev eslint@6
46+
- run: npm test

0 commit comments

Comments
 (0)