Skip to content

Add images for debian trixie #328

Add images for debian trixie

Add images for debian trixie #328

Workflow file for this run

name: Check Shell scripts
on:
pull_request:
paths:
- "**/*.sh"
permissions:
contents: read
jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: docker run -v "$(pwd)":/sh -w /sh peterdavehello/shfmt:2.6.3 shfmt -sr -i 2 -l -w -ci .
- run: git diff --color --exit-code
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: shellcheck *.sh