iceshrimp-legacy/.woodpecker/prSecurityCheck.yml
2022-12-27 00:32:57 +01:00

11 lines
173 B
YAML

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