[CI] Forgejo actions

This commit is contained in:
Andrea Ciceri 2024-03-14 19:13:37 +01:00
parent 7a72e488b5
commit e20c793c0e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 46 additions and 0 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