iceshrimp-legacy/.woodpecker/prSecurityCheck.yml
2022-12-27 00:24:19 +01:00

10 lines
148 B
YAML

pipeline:
build:
image: node:latest
commands:
- corepack enable
- yarn install --frozen-lockfile
when:
event: pull_request