Skip to content

Commit

Permalink
ci(workflow): Add emojis to each jobs
Browse files Browse the repository at this point in the history
Make the result screen easy to see.
  • Loading branch information
5ouma committed Sep 18, 2024
1 parent 16d0ee7 commit 94ef2aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
pull-requests: write

jobs:
Gum:
gum:
name: 🎀 Gum
runs-on: Ubuntu-Latest

steps:
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
labels: dependencies

pre-commit:
name: 🚸 pre-commit
runs-on: Ubuntu-Latest

steps:
Expand All @@ -58,7 +60,7 @@ jobs:
- name: 🚸 Install pre-commit
run: pip install pre-commit

- name: 🚸 Auto-update pre-commit.yml
- name: ⬆️ Auto-update pre-commit.yml
run: pre-commit autoupdate -c='data/pre-commit.yml'

- name: 🎈 Create Pull Request
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/detail-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
workflow_dispatch:

jobs:
Test:
test:
name: ${{ startsWith(matrix.os, 'macOS') && '🍎' || '🐧' }} ${{ matrix.os }}
strategy:
matrix:
os: [Ubuntu-Latest, macOS-14]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
- .github/workflows/test.yml

jobs:
Test:
test:
name: ${{ startsWith(matrix.os, 'macOS') && '🍎' || '🐧' }} ${{ matrix.os }}
strategy:
matrix:
os: [Ubuntu-Latest, macOS-14]
Expand Down

0 comments on commit 94ef2aa

Please sign in to comment.