Skip to content

Merge pull request #6 from dmotte/dependabot/cargo/clap-4.5.16 #34

Merge pull request #6 from dmotte/dependabot/cargo/clap-4.5.16

Merge pull request #6 from dmotte/dependabot/cargo/clap-4.5.16 #34

Workflow file for this run

---
name: main
on:
push: # All branches and tags
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
job:
permissions: { contents: write }
uses: dmotte/misc/.github/workflows/cicd-with-script.yml@main
with:
script: bash "$(realpath "$GITHUB_ACTION_PATH/../../scripts/cicd/rust-app.sh")"