Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 5.0.0 #48

chore(deps): bump actions/checkout from 4.1.4 to 5.0.0

chore(deps): bump actions/checkout from 4.1.4 to 5.0.0 #48

Workflow file for this run

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