Trying out some stuff
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Jef Roosens 2021-12-30 08:39:33 +01:00
parent a1b35747af
commit 40d491284e
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -3,6 +3,7 @@ pipeline:
image: 'node:17.3.0' image: 'node:17.3.0'
commands: commands:
- yarn install - yarn install
- yarn run lint
test: test:
image: 'node:17.3.0' image: 'node:17.3.0'