We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678753b commit 221ab50Copy full SHA for 221ab50
1 file changed
.github/workflows/ci.yml
@@ -21,5 +21,7 @@ jobs:
21
github_token: ${{ secrets.github_token }}
22
skip_install: 'true'
23
use_bundler: 'true'
24
+ reporter: github-pr-annotations
25
+ fail_level: warning
26
- run: |
27
test "$(bundle exec erb_lint --version)" == "0.9.0"
0 commit comments