Skip to content

Commit 15faf67

Browse files
committed
ci: lint examples and templates
1 parent d096400 commit 15faf67

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/examples.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
path:
2121
- nextjs-app
2222
- nextjs-pages
23+
- remix-ts
2324
- vite-ts
2425
fail-fast: false
2526
steps:
@@ -41,6 +42,10 @@ jobs:
4142
run: npm run test --if-present
4243
working-directory: examples/${{ matrix.path }}
4344

45+
- name: ESLint
46+
run: npm run lint --if-present
47+
working-directory: examples/${{ matrix.path }}
48+
4449
templates:
4550
runs-on: ubuntu-latest
4651
strategy:
@@ -68,3 +73,7 @@ jobs:
6873
- name: Test
6974
run: npm run test --if-present
7075
working-directory: templates/${{ matrix.path }}
76+
77+
- name: ESLint
78+
run: npm run lint --if-present
79+
working-directory: templates/${{ matrix.path }}

0 commit comments

Comments
 (0)