We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d096400 commit 15faf67Copy full SHA for 15faf67
.github/workflows/examples.yml
@@ -20,6 +20,7 @@ jobs:
20
path:
21
- nextjs-app
22
- nextjs-pages
23
+ - remix-ts
24
- vite-ts
25
fail-fast: false
26
steps:
@@ -41,6 +42,10 @@ jobs:
41
42
run: npm run test --if-present
43
working-directory: examples/${{ matrix.path }}
44
45
+ - name: ESLint
46
+ run: npm run lint --if-present
47
+ working-directory: examples/${{ matrix.path }}
48
+
49
templates:
50
runs-on: ubuntu-latest
51
strategy:
@@ -68,3 +73,7 @@ jobs:
68
73
- name: Test
69
74
70
75
working-directory: templates/${{ matrix.path }}
76
77
78
79
+ working-directory: templates/${{ matrix.path }}
0 commit comments