mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
9 lines
148 B
YAML
9 lines
148 B
YAML
pipeline:
|
|
build:
|
|
image: node:latest
|
|
commands:
|
|
- corepack enable
|
|
- yarn install --frozen-lockfile
|
|
|
|
when:
|
|
event: pull_request
|