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