Skip to content

Commit

Permalink
with
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed May 12, 2024
1 parent ba82f5b commit 4e0f833
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,12 +23,14 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:
with: prepare
- name: Run cops
run: bundle exec rubocop

specs:
needs: prepare
runs-on: ubuntu-latest
steps:
with: prepare
- name: Run specs
run: bundle exec rspec

0 comments on commit 4e0f833

Please sign in to comment.