Skip to content

docs(README.md): Document PR #90 with an example & Replace TABs with … #231

docs(README.md): Document PR #90 with an example & Replace TABs with …

docs(README.md): Document PR #90 with an example & Replace TABs with … #231

Workflow file for this run

name: reviewdog
on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
jobs:
shellcheck:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
path: "."
pattern: "*.sh"
exclude: "./.git/*"
level: warning