Skip to content

Commit

Permalink
chore: Add emojis to workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 14, 2024
1 parent d403712 commit a96d462
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage
name: ' 🧪 Coverage'
on:
workflow_dispatch:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release-please
name: ' 🚀 release-please'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Test
name: ' 🧪 Test'

on:
workflow_dispatch:
Expand Down

0 comments on commit a96d462

Please sign in to comment.