Skip to content

Commit 229d4b8

Browse files
authored
Merge branch 'master' into hayat01sh1da/python/introduce-mypy-typechecking
2 parents a6cfde0 + 6e6e902 commit 229d4b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
job-name: Brakeman
104104
- name: Brakeman
105105
working-directory: ./ruby
106-
run: brakeman --no-pager
106+
run: bundle exec brakeman --no-pager
107107
rubocop:
108108
timeout-minutes: 10
109109
runs-on: ubuntu-latest
@@ -130,5 +130,5 @@ jobs:
130130
- name: Steep
131131
working-directory: ./ruby
132132
run: |
133-
rbs-inline --output sig/generated/ .
134-
steep check
133+
bundle exec rbs-inline --output sig/generated/ .
134+
bundle exec steep check

0 commit comments

Comments
 (0)