iceshrimp-legacy/.woodpecker/prSecurityCheck.yml

10 lines
148 B
YAML
Raw Normal View History

2022-12-27 00:24:19 +01:00
pipeline:
build:
image: node:latest
commands:
- corepack enable
- yarn install --frozen-lockfile
when:
event: pull_request