settei/.forgejo/workflows/build.yaml
Nikodem Rabuliński 30f038df60
All checks were successful
/ check (push) Successful in 1m25s
nilla: add ci.check
2025-04-23 16:33:46 +02:00

12 lines
209 B
YAML

on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix-build -A ci.check
- run: ./result