mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 16:58:06 +09: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
|