Add pr pipeline
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 6s

This commit is contained in:
Jan Gleytenhoover 2024-08-20 10:23:13 +02:00
parent c0d7decbc1
commit 7bad733ae5
Signed by: jank
GPG Key ID: B267751B8AE29EFE

15
.gitea/workflows/ci.yaml Normal file

@ -0,0 +1,15 @@
name: Cargo Build & Test
on:
pull_request:
jobs:
can-publish:
container: git.kjan.de/actions/rust-node
name: Test publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo publish -n