test ci
Some checks failed
nix-check / build (push) Failing after 52s

This commit is contained in:
L-Nafaryus 2024-05-04 18:48:44 +05:00
parent 188d29adf4
commit ab51c50cac
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

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

@ -0,0 +1,17 @@
name: nix-check
on:
push:
branches:
- master
jobs:
build:
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: "${{ secrets.REPO_PAT }}"
- run: |
nix flake check