Skip to content

Merge pull request #1988 from shirou/dependabot/github_actions/action… #2372

Merge pull request #1988 from shirou/dependabot/github_actions/action…

Merge pull request #1988 from shirou/dependabot/github_actions/action… #2372

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0