Skip to content

[WIP] feat: Adds bundle helper submission call #107

[WIP] feat: Adds bundle helper submission call

[WIP] feat: Adds bundle helper submission call #107

Workflow file for this run

name: Rust CI
on:
push:
branches: [main]
pull_request:
# simplest example of using the rust-base action
jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main
with:
requires-private-deps: true
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}