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 cc5759d commit b70bfffCopy full SHA for b70bfff
β.github/workflows/auto-format.yml
@@ -1,4 +1,4 @@
1
-name: Auto Format
+name: π§ Auto Format
2
3
on:
4
push:
β.github/workflows/validate.yml
-name: Validate
+name: π Validate
@@ -91,6 +91,7 @@ jobs:
91
run: node e2e/test-cross-env-shell.js
92
93
release:
94
+ name: π Release
95
needs: [build, e2e]
96
runs-on: ubuntu-latest
97
if:
0 commit comments