Skip to content

Commit aadb082

Browse files
authored
Update main.yml
1 parent ac57bc4 commit aadb082

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
cd ../OSMBuilding
2727
yarn --prod=false
2828
- name: Lint
29-
run: yarn run eslint .
29+
run: |
30+
yarn dlx @eslint/migrate-config .eslintrc.json
31+
yarn run eslint .
3032
- name: Test
3133
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
3234
- name: Coveralls

0 commit comments

Comments
 (0)