Skip to content

chore: update CODEOWNERS #303

chore: update CODEOWNERS

chore: update CODEOWNERS #303

Workflow file for this run

name: Shellcheck
on: [pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Shellcheck
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
path: "."
pattern: "*.sh"
exclude: "./.git/*"
- name: Shellcheck-Bashrc
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
path: "."
pattern: "bashrc"
exclude: "./.git/*"