mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
10 lines
148 B
YAML
10 lines
148 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: node:latest
|
||
|
commands:
|
||
|
- corepack enable
|
||
|
- yarn install --frozen-lockfile
|
||
|
|
||
|
when:
|
||
|
event: pull_request
|