nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri 4d1b33a52a
All checks were successful
/ test (push) Successful in 27s
[CI] Forgejo actions
2024-03-14 20:51:58 +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