Skip to content

Merge pull request #136 from trjohnson19/trjohnson19/2025-08-24-updat… #572

Merge pull request #136 from trjohnson19/trjohnson19/2025-08-24-updat…

Merge pull request #136 from trjohnson19/trjohnson19/2025-08-24-updat… #572

---
# Doc: https://github.com/redhat-plumbers-in-action/differential-shellcheck
name: Differential ShellCheck
on: # yamllint disable-line rule:truthy
push: null
pull_request: null
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Repository checkout
# yamllint disable-line rule:line-length
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # @v5.0.0
with:
fetch-depth: 0
- name: Differential ShellCheck
# yamllint disable-line rule:line-length
uses: redhat-plumbers-in-action/differential-shellcheck@0d9e5b29625f871e6a4215380486d6f1a7cb6cdd #@v5.5.5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}