Skip to content

Commit

Permalink
💚 Fixes code quality gh-action syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Jan 8, 2021
1 parent 99d5965 commit 37dfb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if_false: "github-check"
- uses: reviewdog/action-eslint@v1
with:
reporter: github-pr-review # Change reporter.
reporter: ${{ steps.reporter.outputs.value }}
eslint_flags: 'src/'

hadolint:
Expand Down

0 comments on commit 37dfb8c

Please sign in to comment.