[FEATURE] Add pipelines #1

Merged
jank merged 8 commits from feature/pipelines into main 2024-08-20 10:18:08 +00:00
Showing only changes of commit 7bad733ae5 - Show all commits

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