Skip to content

ci: bump actions/checkout from 5.0.0 to 6.0.0 #113

ci: bump actions/checkout from 5.0.0 to 6.0.0

ci: bump actions/checkout from 5.0.0 to 6.0.0 #113

Workflow file for this run

name: lint-shell
on:
pull_request:
paths:
- '.github/workflows/lint-shell.yaml'
- 'scripts/**'
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
cancel-in-progress: true
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
with:
scandir: './scripts'