We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98fe6b commit c4b8728Copy full SHA for c4b8728
.github/workflows/pull_request.yml
@@ -20,7 +20,7 @@ jobs:
20
run: bundle exec rubocop
21
- name: Run Steep / RBS Type signature verification
22
run: |
23
- steep check --steepfile=./Steepfile --severity-level=error | ruby -pe 'sub(/^(.+):(\d+):(\d+): (.+)$/, %q{::error file=\1,line=\2,col=\3::\4})'
+ bundle exec steep check --steepfile=./Steepfile --severity-level=error | ruby -pe 'sub(/^(.+):(\d+):(\d+): (.+)$/, %q{::error file=\1,line=\2,col=\3::\4})'
24
shell: bash
25
26
test:
0 commit comments