Skip to content

Shell Check

Shell Check #400

Workflow file for this run

name: Shell Check
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '35 11 * * 3'
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
fail_on_error: true
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
path: "./hooks"
pattern: "*"