Skip to content

Update reviewdog/action-shellcheck digest to 6e0e63d #1147

Update reviewdog/action-shellcheck digest to 6e0e63d

Update reviewdog/action-shellcheck digest to 6e0e63d #1147

Workflow file for this run

name: linter
on: [pull_request]
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
- name: shellcheck
uses: reviewdog/action-shellcheck@6e0e63d1750d02d761b3df0f2c5ba9f9ac4a9ed7 # v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
path: "." # Optional.
exclude: "./.git/*" # Optional.
check_all_files_with_shebangs: "true" # Optional.