Skip to content

Commit f1b948c

Browse files
committed
chore: Fixes CI action
1 parent 4e5d768 commit f1b948c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
slug: svyatov/clsx-rails
3737
# Only upload coverage for the latest Ruby and ActionView versions
38-
if: ${{ matrix.ruby_version == '3.3' && matrix.actionview_version == '7.1' }
38+
if: ${{ matrix.ruby_version == '3.3' && matrix.actionview_version == '7.1' }}

0 commit comments

Comments
 (0)