Skip to content

Commit

Permalink
Split rubocop and rbs into separate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Nov 30, 2024
1 parent f81aa2a commit 6e1e942
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read

jobs:
lint:
lint-rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,6 +23,15 @@ jobs:
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop
lint-rbs-steep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.6
bundler-cache: true
- name: Run rbs + steep
run: bundle exec steep check
spec:
Expand Down

0 comments on commit 6e1e942

Please sign in to comment.