Skip to content

Commit

Permalink
Add rbs step to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Feb 8, 2024
1 parent 2ce0df1 commit 58778b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
- name: Run rbs
run: bundle exec rbs validate lib/**/*.rb
spec:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 58778b7

Please sign in to comment.