Skip to content

Commit

Permalink
Merge pull request #209 from agrare/fix_codeclimate_action_conditiona…
Browse files Browse the repository at this point in the history
…l_check

Fix codeclimate-action version check syntax error
  • Loading branch information
Fryguy authored Dec 10, 2024
2 parents d1a41a9 + 420efce commit f6224fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Report code coverage
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version = '3.3' }}
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.3' }}
continue-on-error: true
uses: paambaati/codeclimate-action@v9

0 comments on commit f6224fd

Please sign in to comment.