Skip to content

chore(deps): bump reviewdog/action-shellcheck from 1.20 to 1.31 #49

chore(deps): bump reviewdog/action-shellcheck from 1.20 to 1.31

chore(deps): bump reviewdog/action-shellcheck from 1.20 to 1.31 #49

Workflow file for this run

name: shellcheck
on: [pull_request]
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.31
with:
github_token: ${{ secrets.github_token }}
path: 'commit-msg'
pattern: '*'