Skip to content

Added chmod +x to the installation instructions #3

Added chmod +x to the installation instructions

Added chmod +x to the installation instructions #3

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: { path: scripts/cicd/rust-app.sh }