nix ci
All checks were successful
nix-build-publish / check (push) Successful in 7m15s

This commit is contained in:
L-Nafaryus 2024-10-01 23:34:59 +05:00
parent 34295e697f
commit 13a624b5cf
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38

14
.gitea/workflows/nix.yml Normal file
View File

@ -0,0 +1,14 @@
name: nix-build-publish
on:
push:
branches:
- master
jobs:
check:
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
- run: |
nix flake check --keep-going