Skip to content

Commit e48a468

Browse files
committed
--wip-- [skip ci]
1 parent 20235b6 commit e48a468

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ jobs:
4141
- run: npm install
4242
- run: npm install --save-dev eslint@6
4343
- run: npm test
44+
45+
eslint7:
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: actions/checkout@v2
49+
- uses: actions/setup-node@v2
50+
- run: npm install
51+
- run: npm install --save-dev eslint@7
52+
- run: npm test
53+

0 commit comments

Comments
 (0)