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 430ad41 commit 7e31f87Copy full SHA for 7e31f87
.github/workflows/changed.yml
@@ -1,4 +1,4 @@
1
-name: Typecheck changed examples
+name: 📦 Validate examples
2
3
on:
4
push:
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
typecheck:
11
+ name: 📦 Validate examples
12
if: github.repository == 'remix-run/examples'
13
runs-on: ubuntu-latest
14
@@ -26,8 +27,8 @@ jobs:
26
27
node-version-file: ".nvmrc"
28
cache: "yarn"
29
- - name: 📥 Install deps
30
+ - name: 📥 Install dependencies
31
run: yarn --frozen-lockfile
32
- - name: install, build, typecheck
33
+ - name: 📦 Validate examples
34
run: node ./__scripts/test.mjs
0 commit comments