Skip to content

Commit 1b9058e

Browse files
committed
Remove braces
1 parent fc0cb92 commit 1b9058e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: bun run build && bundle exec rails db:schema:load
4444

4545
- name: Run linters
46-
if: ${{ matrix.ruby == 3.4 }}
46+
if: matrix.ruby == 3.4
4747
run: bin/lint
4848

4949
- name: Run tests

0 commit comments

Comments
 (0)