1 2 3 4 5 6 7 8 9 10 11 12
name: Rust CI on: workflow_dispatch: push: branches: [main] pull_request: # simplest example of using the rust-base action jobs: rust-base: uses: init4tech/actions/.github/workflows/rust-library-base.yml@main