1
0
Fork 1
mirror of https://example.com synced 2024-11-24 11:26:39 +09:00
firefish/.woodpecker/prSecurityCheck.yml
2022-12-28 02:11:16 +01:00

7 lines
144 B
YAML

pipeline:
build:
image: node:latest
commands:
- corepack enable
- yarn set version berry
- yarn install --immutable