[CI] Forgejo actions
All checks were successful
/ test (push) Successful in 32s

This commit is contained in:
Andrea Ciceri 2024-03-14 19:13:37 +01:00
parent 7a72e488b5
commit 12b400c5f7
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
5 changed files with 56 additions and 8 deletions

View file

@ -0,0 +1,11 @@
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 --systems "x86_64-linux aarch64-linux"