feat: add shellcheck github action #225
This commit is contained in:
parent
20d63f2cdb
commit
111ab9ebeb
1 changed files with 22 additions and 0 deletions
22
.github/workflows/reviewdog.yml
vendored
Normal file
22
.github/workflows/reviewdog.yml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: reviewdog
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
shellcheck:
|
||||
name: runner / shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: shellcheck
|
||||
uses: reviewdog/action-shellcheck@v1
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
reporter: github-pr-review
|
||||
- name: shellcheck
|
||||
uses: reviewdog/action-shellcheck@v1
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
reporter: github-check
|
||||
Loading…
Add table
Add a link
Reference in a new issue