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