We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d86a54 commit 71e9e45Copy full SHA for 71e9e45
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup
25
run: bin/setup
26
- name: Rubocop
27
- run: bundle exec rake rubocop
+ run: bundle exec rubocop --fail-level W
28
# steep:
29
# runs-on: ubuntu-latest
30
# steps:
0 commit comments