16 lines
288 B
YAML
16 lines
288 B
YAML
|
when:
|
||
|
- event: manual
|
||
|
- event: tag
|
||
|
- event: push
|
||
|
|
||
|
steps:
|
||
|
npm:
|
||
|
image: code.philo.ydns.eu/philorg/pnpm
|
||
|
environment:
|
||
|
ORG: philorg
|
||
|
REGISTRY_TOKEN:
|
||
|
from_secret: registry_token
|
||
|
commands:
|
||
|
- pnpm install --frozen-lockfile
|
||
|
- pnpm run type-check
|