Skip to content

Commit 6aef779

Browse files
authored
ci(examples): fix workflow (#6567)
1 parent 05b52df commit 6aef779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: examples/${{ matrix.path }}
4444

4545
- name: ESLint
46-
if: ${{ matrix.path }} != 'remix-ts'
46+
if: ${{ matrix.path != 'remix-ts'}}
4747
run: npm run lint --if-present
4848
working-directory: examples/${{ matrix.path }}
4949

0 commit comments

Comments
 (0)