Skip to content

build(deps): bump actions/checkout from 5.0.1 to 6.0.0 #393

build(deps): bump actions/checkout from 5.0.1 to 6.0.0

build(deps): bump actions/checkout from 5.0.1 to 6.0.0 #393

Workflow file for this run

name: Shell
on:
pull_request:
paths:
- .github/workflows/shell.yml
- "**/*.sh"
permissions:
contents: read
jobs:
# For more information on shellcheck failures:
# https://github.com/koalaman/shellcheck/wiki/Checks
shellcheck:
timeout-minutes: 10
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
steps:
- uses: linkerd/dev/actions/setup-tools@v48
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- run: just sh-lint