Skip to content

Commit

Permalink
build(ci): add emoji to pinned items to reorder
Browse files Browse the repository at this point in the history
This orders all of the 'checks' together
and makes 'Sync Translations' easier to recognize

Before:

* Code Quality Checks
* Emulator Tests
* Publish
* Sync Translations
* Unit Tests

After:

* 🚀 Publish
* 🌐 Sync Translations
* 🛠️ Code Quality Checks
* 🛠️ Emulator Tests
* 🛠️ Unit Tests
  • Loading branch information
david-allison committed Dec 20, 2024
1 parent be7965d commit d55c72b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Quality Checks
name: 🛠️ Code Quality Checks

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: 🚀 Publish

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_translations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync Translations
name: 🌐 Sync Translations

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_emulator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Emulator Tests
name: 🛠️ Emulator Tests

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_unit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: 🛠️ Unit Tests

on:
workflow_dispatch:
Expand Down

0 comments on commit d55c72b

Please sign in to comment.