Adding woodpecker. Try 11

This commit is contained in:
Dessalines 2023-03-23 13:53:10 -04:00
parent d8e42ffbef
commit 4917a3d4e6

View file

@ -11,6 +11,8 @@ pipeline:
image: node:14-alpine image: node:14-alpine
commands: commands:
- yarn - yarn
when:
platform: linux/amd64
yarn_lint: yarn_lint:
image: node:14-alpine image: node:14-alpine
@ -98,6 +100,3 @@ pipeline:
ignore_missing: true ignore_missing: true
when: when:
event: tag event: tag
when:
platform: linux/amd64