Skip to content

Commit

Permalink
fixup! Style(ci): Introducing emojis for job names
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 7, 2024
1 parent 4f0ec29 commit 3a37bb4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: πŸ—οΈ Build

on:
push:
Expand All @@ -16,7 +16,7 @@ env:

jobs:
build:
name: Building on node ${{ matrix.node-version }})
name: πŸ‘· Building on Node.js ${{ matrix.node-version }})
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
commitlint:
name: 🧾 Commit Linting
name: 🧾 Linting Commit
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/component-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
omlet_analyze:
name: 🍳 Analyze Components
name: 🍳 Analyzing Components
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
markdown-link-check:
name: πŸ”— Markdown Link Checking
name: πŸ”— Checking Markdown Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -18,7 +18,7 @@ jobs:
continue-on-error: true

markdown-lint:
name: πŸ“ Markdown Linting
name: πŸ“ Linting Markdown
runs-on: ubuntu-latest
timeout-minutes: 10
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request]

jobs:
block-fixup-merge:
name: 🚫 Blocked Merge by Fixup
name: 🚫 Merge Blocked by Git Fixup
runs-on: ubuntu-24.04

steps:
- uses: actions/[email protected]

- name: Block fixup commit merge
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]
8 changes: 4 additions & 4 deletions .github/workflows/test-web-twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
prepare-icons:
name: πŸ“± Icons Preparing
name: πŸ“± Preparing Icons
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
php-version: ['8.1', '8.2', '8.3']
dependencies: ['']

name: πŸ§ͺ Unit testing - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
name: πŸ§ͺ Unit Testing - PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
~/.composer/vendor/bin/php-coveralls --coverage_clover=coverage/clover.xml --json_path=coverage/coveralls-upload.json -v
finalize-tests:
name: 🏁 Test Finalizing
name: 🏁 Finalizing Tests
needs: [unit-tests]
runs-on: ubuntu-latest
steps:
Expand All @@ -100,7 +100,7 @@ jobs:
carryforward: web, web-react, analytics, design-tokens, icons, common, codemods, form-validations

codestyle:
name: 'πŸ“ Code Style and Types Analyzing'
name: 'πŸ“ Analyzing Code Style and Types'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3a37bb4

Please sign in to comment.