Skip to content

Commit 888137c

Browse files
committed
🔧 (main.yaml): update job names for improved clarity and thematic consistency
The job names in the GitHub Actions workflow are updated to provide a more thematic and consistent naming convention. This change aims to enhance the readability and understanding of the workflow by using more descriptive and imaginative names, aligning with the project's theme.
1 parent 6982ea7 commit 888137c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎.github/workflows/main.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defaults:
2323
jobs:
2424
# Setup & Configuration
2525
Setup:
26-
name: "Setup & Configuration "
26+
name: "Invocation & Binding "
2727
runs-on: ubuntu-latest
2828
outputs:
2929
GitVersion_BranchName: ${{ steps.gitversion.outputs.GitVersion_BranchName }}
@@ -146,7 +146,7 @@ jobs:
146146
147147
# Setup Validator
148148
SetupSummeryStage:
149-
name: "Build Run Data"
149+
name: "Chronicle"
150150
runs-on: ubuntu-latest
151151
needs: Setup
152152
steps:
@@ -175,7 +175,7 @@ jobs:
175175
176176
# Spellcheck
177177
Spellcheck:
178-
name: "Spellcheck Site"
178+
name: "Hex Inspection"
179179
runs-on: ubuntu-latest
180180
if: ${{ success() }}
181181
needs: [Setup]
@@ -200,7 +200,7 @@ jobs:
200200

201201
# Build Docs
202202
BuildSite:
203-
name: "Build Site"
203+
name: "Conjuring"
204204
runs-on: ubuntu-latest
205205
if: ${{ success() }}
206206
needs: [Setup]
@@ -267,7 +267,7 @@ jobs:
267267

268268
# Build Api
269269
BuildApi:
270-
name: "Build Api"
270+
name: "Conduit"
271271
runs-on: ubuntu-latest
272272
if: ${{ false }}
273273
needs: [Setup]
@@ -296,7 +296,7 @@ jobs:
296296

297297
# Offload Images
298298
OffloadImages:
299-
name: "Cleanup and Ofload to Blob Storage"
299+
name: "Cloudomancy & Transmutation"
300300
runs-on: ubuntu-latest
301301
if: ${{ success() }}
302302
needs: [BuildSite, Setup]
@@ -379,7 +379,7 @@ jobs:
379379

380380
# Release to Docs
381381
Publsh:
382-
name: "Publish Site"
382+
name: "Manifestation"
383383
runs-on: ubuntu-latest
384384
needs: [Setup, BuildSite, Spellcheck, OffloadImages]
385385
if: ${{ success() }}

0 commit comments

Comments
 (0)