Skip to content

chore(deps): bump reviewdog/action-shellcheck from 1.18 to 1.19 #41

chore(deps): bump reviewdog/action-shellcheck from 1.18 to 1.19

chore(deps): bump reviewdog/action-shellcheck from 1.18 to 1.19 #41

Workflow file for this run

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