We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116ef7c commit 015001bCopy full SHA for 015001b
.github/workflows/main.yml
@@ -25,6 +25,7 @@ jobs:
25
echo '{"name":"hipped","type":"module","private":true,"scripts":{"test":"npx jest"}}' > "./package.json" && npm init -y
26
cd ../OSMBuilding
27
yarn --prod=false
28
+ cat package-lock.json
29
- name: Lint
30
run: yarn run eslint .
31
- name: Test
0 commit comments