Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jun 17, 2024
1 parent 0dc10ca commit d0017d8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,3 @@ jobs:

- name: Run Vale
run: vale --output=line .

- name: Run Reviewdog
uses: reviewdog/action-reviewdog@v1
with:
github_token: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN }}
reporter: github-pr-review
filter_mode: diff_context
fail_on_error: false
level: warning
tool_name: vale
reviewdog_flags: "-f=rdjson"
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN }}

0 comments on commit d0017d8

Please sign in to comment.