Skip to content

Commit

Permalink
Add reviewdog/action-shfmt action
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 20, 2021
1 parent bfbbea5 commit 97cad64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
reporter: ${{ steps.reporter.outputs.value }}
level: warning

shfmt:
name: runner / shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: reviewdog/action-shfmt@v1

actionlint:
name: runner / actionlint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97cad64

Please sign in to comment.