Skip to content

chore: minor updates #35

chore: minor updates

chore: minor updates #35

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
uses: cycle/gh-actions/.github/workflows/shellcheck.yml@v4.0.0
with:
os: ubuntu-latest
severity: warning
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
...