diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml new file mode 100644 index 0000000..f4472b6 --- /dev/null +++ b/.forgejo/workflows/compile.yaml @@ -0,0 +1,9 @@ +on: [push] +jobs: + test: + runs-on: docker + container: + image: rust:trixie + steps: + - uses: actions/checkout@v4 + - run: cargo build