Skip to content

Commit 607c9bb

Browse files
committed
style(workflows): normalize all workflows with Socket purple lightning branding
Apply consistent Socket branding across all GitHub Actions workflows: - build-sea.yml: ⚡ Socket SEA Binaries - build-wasm.yml: ⚡ Socket WASM Assets - publish-socketbin.yml: ⚡ Socket Publish - ci.yml: ⚡ Socket CI Standardizes workflow naming with purple lightning ⚡ brand identity, creating cohesive visual language across CI/CD pipeline.
1 parent da1eb3b commit 607c9bb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-sea.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🌊 Build SEA Node Binaries
1+
name: ⚡ Socket SEA Binaries
22

33
on:
44
workflow_call:
@@ -57,7 +57,7 @@ concurrency:
5757

5858
jobs:
5959
build-deps:
60-
name: 📦 Build Dependencies
60+
name: ⚡ Socket Dependencies
6161
runs-on: ubuntu-latest
6262
timeout-minutes: 30
6363
outputs:
@@ -115,7 +115,7 @@ jobs:
115115
retention-days: 1
116116

117117
build-sea:
118-
name: 🌊 Build SEA binary - ${{ matrix.platform }}-${{ matrix.arch }}
118+
name: ⚡ Socket SEA - ${{ matrix.platform }}-${{ matrix.arch }}
119119
needs: build-deps
120120
runs-on: ${{ matrix.runner }}
121121
timeout-minutes: 60

.github/workflows/build-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🧱 Build WASM Assets
1+
name: ⚡ Socket WASM Assets
22

33
on:
44
workflow_call:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚀 CI Pipeline
1+
name: ⚡ Socket CI
22

33
# Dependencies:
44
# - SocketDev/socket-registry/.github/workflows/ci.yml

.github/workflows/publish-socketbin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 Publish @socketbin packages to npm registry
1+
name: ⚡ Socket Publish
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)