Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed May 12, 2024
1 parent 067c33c commit 335285b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
needs: prepare
runs-on: ubuntu-latest
steps:
with:
name: prepare
- name: Run cops
run: bundle exec rubocop

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

0 comments on commit 335285b

Please sign in to comment.