Add pr pipeline
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 6s
All checks were successful
Cargo Build & Test / Test publish (pull_request) Successful in 6s
This commit is contained in:
parent
c0d7decbc1
commit
7bad733ae5
15
.gitea/workflows/ci.yaml
Normal file
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user