Skip to content

Update actions/checkout action to v6.0.3 #195

Update actions/checkout action to v6.0.3

Update actions/checkout action to v6.0.3 #195

Workflow file for this run

name: ShellCheck
on:
pull_request: null
push:
paths:
- .github/workflows/shellcheck.yaml
- '**.sh'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: ShellCheck
run: find . -type f -name '*.sh' | grep -v generate-stackbrew-library | xargs shellcheck