Skip to content

chore(deps): update andreasaugustin/actions-template-sync action to v2.4.1 #142

chore(deps): update andreasaugustin/actions-template-sync action to v2.4.1

chore(deps): update andreasaugustin/actions-template-sync action to v2.4.1 #142

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🐞 Differential shell-check
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
...