diff --git a/.forgejo/workflow/ci.yaml b/.forgejo/workflow/ci.yaml new file mode 100644 index 0000000..a2636c6 --- /dev/null +++ b/.forgejo/workflow/ci.yaml @@ -0,0 +1,16 @@ +on: + pull_request: + types: + - opened + - synchronize + - reopened + push: + branches: + - main + +jobs: + check-pre-commit: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.pre-commit -L