diff --git a/.gitea/workflows/nix.yml b/.gitea/workflows/nix.yml new file mode 100644 index 0000000..8b03902 --- /dev/null +++ b/.gitea/workflows/nix.yml @@ -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