We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb4ac4 commit 057ac2dCopy full SHA for 057ac2d
.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
- ls -al
+ cat yarn.lock
29
- name: Lint
30
run: yarn run eslint .
31
- name: Test
0 commit comments