Skip to content

Commit 3cb64c4

Browse files
committed
Test with rubocop version
1 parent e698dfb commit 3cb64c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ jobs:
3131
level: error
3232
haml_lint_flags: -c ./testdata/.haml-lint.yml
3333
reviewdog_flags: -filter-mode=file -fail-on-error
34+
- name: github-pr-review with rubocop version
35+
uses: ./
36+
with:
37+
github_token: ${{ secrets.github_token }}
38+
reporter: github-pr-review
39+
level: error
40+
haml_lint_flags: -c ./testdata/.haml-lint.yml
41+
rubocop_version: 1.31.2

0 commit comments

Comments
 (0)