From ab51c50cacc5dde0b85a44f53ec27f4172e4d2a2 Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Sat, 4 May 2024 18:48:44 +0500 Subject: [PATCH] test ci --- .gitea/workflows/nix.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/nix.yml diff --git a/.gitea/workflows/nix.yml b/.gitea/workflows/nix.yml new file mode 100644 index 0000000..870f08d --- /dev/null +++ b/.gitea/workflows/nix.yml @@ -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