Skip to content

Commit

Permalink
Remove redundant step
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jul 28, 2023
1 parent 4e7d418 commit d037b7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: reviewdog

on:
- pull_request
- pull_request

jobs:
prettier:
Expand All @@ -22,10 +22,6 @@ jobs:
# https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Format changed content
if: ${{ env.GIT_DIFF_CONTENT }}
run: |
yarn prettier --write ${{ env.GIT_DIFF_CONTENT }}
- name: Submit suggestion
uses: reviewdog/action-suggester@v1
with:
Expand Down

0 comments on commit d037b7b

Please sign in to comment.