Skip to content

feat: add Alpine 3.24 drop 3.22 #436

feat: add Alpine 3.24 drop 3.22

feat: add Alpine 3.24 drop 3.22 #436

Workflow file for this run

name: Check Shell scripts
on:
pull_request:
paths:
- "**/*.sh"
- ".github/workflows/shfmt.yml"
permissions:
contents: read
jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run ShellCheck
uses: bewuethr/shellcheck-action@80bac2daa9fcf95d648200a793d00060857e6dc4 # v2.3.0