Skip to content

Commit

Permalink
AO3-6763 Set github action check to fail if reviewdog finds an error (#…
Browse files Browse the repository at this point in the history
…4877)

* AO3-6763 Set github action check to fail if rubocop finds an error

* AO3-6763 Set github action check to fail if erb-lint finds an error
  • Loading branch information
Bilka2 authored Jul 20, 2024
1 parent 774685e commit 15bf91d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
use_bundler: true
reporter: github-pr-check
skip_install: true
fail_on_error: true

erb-lint:
name: ERB Lint runner
Expand All @@ -44,7 +45,8 @@ jobs:
bundler-cache: true

- name: erb-lint
uses: tk0miya/action-erblint@667687e73b44e7b7a710a1204b180f49f80ebb5e
uses: tk0miya/action-erblint@eda368e7a0d8a0e71c475bb7cc65d0d612e5148c
with:
use_bundler: true
reporter: github-pr-check # default
reporter: github-pr-check
fail_on_error: true

0 comments on commit 15bf91d

Please sign in to comment.