Skip to content

Commit 05b52df

Browse files
ci(examples): don't run eslint for remix (#6560)
1 parent 709bc01 commit 05b52df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/examples.yml

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

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

0 commit comments

Comments
 (0)