Skip to content

Commit 7e31f87

Browse files
committed
ci: update naming
Signed-off-by: Logan McAnsh <[email protected]>
1 parent 430ad41 commit 7e31f87

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/changed.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Typecheck changed examples
1+
name: 📦 Validate examples
22

33
on:
44
push:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
typecheck:
11+
name: 📦 Validate examples
1112
if: github.repository == 'remix-run/examples'
1213
runs-on: ubuntu-latest
1314

@@ -26,8 +27,8 @@ jobs:
2627
node-version-file: ".nvmrc"
2728
cache: "yarn"
2829

29-
- name: 📥 Install deps
30+
- name: 📥 Install dependencies
3031
run: yarn --frozen-lockfile
3132

32-
- name: install, build, typecheck
33+
- name: 📦 Validate examples
3334
run: node ./__scripts/test.mjs

0 commit comments

Comments
 (0)