diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml new file mode 100644 index 0000000..11d0bb7 --- /dev/null +++ b/.gitea/workflows/checks.yaml @@ -0,0 +1,12 @@ +name: checks +on: + pull_request: + push: + branches: + - main +jobs: + checks-impure: + runs-on: nix + steps: + - uses: actions/checkout@v3 + - run: nix flake check