nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri cc4161f2e0
All checks were successful
/ test (push) Successful in 55s
[CI] Forgejo actions
2024-03-14 19:16:01 +01:00

11 lines
208 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Build with nix
run: nix-fast-build --no-nom