We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015001b commit dfb4ac4Copy full SHA for dfb4ac4
.github/workflows/main.yml
@@ -25,7 +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
+ ls -al
29
- name: Lint
30
run: yarn run eslint .
31
- name: Test
0 commit comments