mirror of
https://codeberg.org/JasterV/jaster.xyz.git
synced 2026-04-27 02:15:40 +00:00
10 lines
155 B
YAML
10 lines
155 B
YAML
when:
|
|
- event: [push, pull_request]
|
|
branch: main
|
|
|
|
steps:
|
|
check:
|
|
image: oven/bun:debian
|
|
commands:
|
|
- bun install
|
|
- bun run check
|