diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml new file mode 100644 index 0000000..35a24d1 --- /dev/null +++ b/.forgejo/workflows/push.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: DeterminateSystems/nix-installer-action@main + # - uses: DeterminateSystems/magic-nix-cache-action@main + - run: nix flake check .