Skip to content

Commit be2bdf7

Browse files
committed
Test: Add CI test for ESLint 6 compatibility
1 parent 4048e9c commit be2bdf7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

+8
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ 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 --save-dev eslint@6
45+
- run: npm test

0 commit comments

Comments
 (0)