Initial Commit
This commit is contained in:
18
.github/workflows/shfmt.yml
vendored
Executable file
18
.github/workflows/shfmt.yml
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
name: reviewdog
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
shfmt:
|
||||
name: runner / shfmt
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Run shfmt
|
||||
uses: reviewdog/action-shfmt@v1
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
level: error
|
||||
reviewdog_flags: -reporter github-pr-review
|
||||
Reference in New Issue
Block a user