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