Skip to content

Commit

Permalink
ci(examples): don't run eslint for remix (#6560)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored Oct 28, 2024
1 parent 709bc01 commit 05b52df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
working-directory: examples/${{ matrix.path }}

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

Expand Down

0 comments on commit 05b52df

Please sign in to comment.