Skip to content

Commit

Permalink
fix every step must define a uses or run key error
Browse files Browse the repository at this point in the history
  • Loading branch information
msuliq committed Apr 15, 2023
1 parent 0e2434f commit d8e1964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Bundle audit
- run: bundle exec bundle-audit --update
run: bundle exec bundle-audit --update
- name: Install dependencies
- run: bundle install
run: bundle install
- name: Run tests
- run: bundle exec rake test
run: bundle exec rake test

0 comments on commit d8e1964

Please sign in to comment.