Skip to content

Commit b70bfff

Browse files
committed
chore(ci): add names to steps and workflows
1 parent cc5759d commit b70bfff

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

β€Ž.github/workflows/auto-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Auto Format
1+
name: πŸ”§ Auto Format
22

33
on:
44
push:

β€Ž.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate
1+
name: πŸš€ Validate
22

33
on:
44
push:
@@ -91,6 +91,7 @@ jobs:
9191
run: node e2e/test-cross-env-shell.js
9292

9393
release:
94+
name: πŸš€ Release
9495
needs: [build, e2e]
9596
runs-on: ubuntu-latest
9697
if:

0 commit comments

Comments
Β (0)