diff --git a/.forgejo/workflows/run-tests.yml b/.forgejo/workflows/run-tests.yml new file mode 100644 index 0000000..249bfce --- /dev/null +++ b/.forgejo/workflows/run-tests.yml @@ -0,0 +1,15 @@ +name: Run tests + +on: + push: + branches: + - main + +jobs: + run_tests: + runs-on: native + + steps: + - uses: actions/checkout@v3 + - runs: | + nix flake check --show-trace