Adding woodpecker. Try 13

This commit is contained in:
Dessalines 2023-03-23 14:35:22 -04:00
parent bbf640df61
commit 1a70acc1c3

View file

@ -1,3 +1,5 @@
+platform: linux/arm64
pipeline: pipeline:
fetch_git_submodules: fetch_git_submodules:
image: node:14-alpine image: node:14-alpine
@ -11,8 +13,6 @@ 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