We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac57bc4 commit aadb082Copy full SHA for aadb082
.github/workflows/main.yml
@@ -26,7 +26,9 @@ jobs:
26
cd ../OSMBuilding
27
yarn --prod=false
28
- name: Lint
29
- run: yarn run eslint .
+ run: |
30
+ yarn dlx @eslint/migrate-config .eslintrc.json
31
+ yarn run eslint .
32
- name: Test
33
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
34
- name: Coveralls
0 commit comments