iceshrimp-legacy/.woodpecker/prSecurityCheck.yml

11 lines
173 B
YAML
Raw Normal View History

2022-12-27 00:24:19 +01:00
pipeline:
build:
image: node:latest
commands:
- corepack enable
2022-12-27 00:32:57 +01:00
- yarn set version berry
- yarn install --immutable
2022-12-27 00:24:19 +01:00
when:
event: pull_request