Skip to content

Split docker compose file into individual service files #543

Split docker compose file into individual service files

Split docker compose file into individual service files #543

---
# 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@11bd71901bbe5b1630ceea73d27597364c9af683 # @v4.2.2
with:
fetch-depth: 0
- name: Differential ShellCheck
# yamllint disable-line rule:line-length
uses: redhat-plumbers-in-action/differential-shellcheck@929381c602ed76daa9b523e001ee29b82bd6d8e9 #@v5.5.4
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}