Skip to content

Commit

Permalink
feat(rbs/ci): ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Jun 22, 2023
1 parent 05b2593 commit 268e583
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
git fetch --no-tags
reviewdog -reporter=github-pr-review -runners=undercover --fail-on-error
- name: Static type checking
run: bundle exec steep check
run: |
bundle exec rbs collection install
bundle exec steep check
lint:
runs-on: ubuntu-latest
steps:
Expand Down
8 changes: 8 additions & 0 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ gems:
revision: 87fba082504c606c03edf724cdf2e119bcd46c8c
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: simplecov
version: '0.22'
source:
type: git
name: ruby/gem_rbs_collection
revision: 87fba082504c606c03edf724cdf2e119bcd46c8c
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: singleton
version: '0'
source:
Expand Down

0 comments on commit 268e583

Please sign in to comment.