Skip to content

chore(deps): bump actions/checkout from 5.0.1 to 6.0.2 #620

chore(deps): bump actions/checkout from 5.0.1 to 6.0.2

chore(deps): bump actions/checkout from 5.0.1 to 6.0.2 #620

Workflow file for this run

name: ShellCheck Linting
on:
push:
paths:
- 'bash/**'
- '.github/workflows/shellcheck.yml'
pull_request:
paths:
- 'bash/**'
- '.github/workflows/shellcheck.yml'
permissions:
contents: read
jobs:
bash:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
format: tty
scandir: './bash'
dash:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run ShellCheck to check against dash shells
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
format: tty
scandir: './bash'
env:
SHELLCHECK_OPTS: --shell dash