[FEATURE] Add pipelines #1
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