Skip to content

Commit 0479db9

Browse files
authored
Update main.yml
1 parent ba1a1ce commit 0479db9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
echo '{"name":"hipped","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
2626
cd ../OSMBuilding
2727
yarn --prod=false
28-
- name: Lint
29-
run: |
30-
npx @eslint/migrate-config .eslintrc.json
31-
yarn run eslint .
3228
- name: Test
3329
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" timeout 20s npm test
3430
- name: Coveralls

0 commit comments

Comments
 (0)