Skip to content

Commit

Permalink
Merge pull request #8 from reviewdog/shfmt-action
Browse files Browse the repository at this point in the history
Add reviewdog/action-shfmt action
  • Loading branch information
haya14busa authored Sep 20, 2021
2 parents 6d6dad2 + 97cad64 commit 6ad2b86
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 6ad2b86

Please sign in to comment.