diff --git a/.gitea/workflows/commit.yaml b/.gitea/workflows/commit.yaml new file mode 100644 index 0000000..71bc985 --- /dev/null +++ b/.gitea/workflows/commit.yaml @@ -0,0 +1,8 @@ +on: [push] + +jobs: + tests: + runs-on: nix-23.05 + steps: + - uses: actions/checkout@v3 + - run: nix flake check