Skip to content

Commit

Permalink
Remove reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Aug 18, 2022
1 parent ce08928 commit 1f440c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/JuliaFormatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ jobs:
run: |
julia --color=yes --project=.dev .dev/climaformat.jl --verbose .
- name: Suggester
uses: reviewdog/action-suggester@v1
if: github.event.pull_request.draft == false
with:
tool_name: JuliaFormatter
level: error
fail_on_error: true

- name: Check formatting diff
if: steps.filter.outputs.julia_file_change == 'true'
run: |
Expand Down

0 comments on commit 1f440c9

Please sign in to comment.