Skip to content

Commit

Permalink
Validate RBI config in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 29, 2024
1 parent 2b744f9 commit 50c4e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
ruby-version: 3.2
bundler-cache: true
# This repo doesn't contain any RBIs, but we can still verify the config for an arbitrary directory
- name: Validate RBI config
run: bin/rubocop --config config/rbi.yml config
- name: Lint Ruby files
run: bin/rubocop
- name: Verify documentation is up to date
Expand Down

0 comments on commit 50c4e38

Please sign in to comment.