1
0
Fork 1
mirror of https://example.com synced 2024-11-24 19:26:44 +09:00
firefish/.woodpecker/prSecurityCheck.yml

10 lines
148 B
YAML
Raw Normal View History

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