Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit b70bfff

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

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.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)