Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FerPerales committed Oct 27, 2023
1 parent 85cf788 commit a0ccc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: RSpec
on:
push:
branches:
- "main"
- main
pull_request:
branches:
- main
Expand All @@ -24,5 +24,5 @@ jobs:
run: bundle install

- name: Run test and linter
run: |
run:
bundle exec rake

0 comments on commit a0ccc30

Please sign in to comment.