jormungandr-bite/.woodpecker/prSecurityCheck.yml

10 lines
148 B
YAML
Raw Normal View History

2022-12-26 16:24:19 -07:00
pipeline:
build:
image: node:latest
commands:
- corepack enable
- yarn install --frozen-lockfile
when:
event: pull_request