Skip to content

Commit 9766fe5

Browse files
committed
test: add emoji to pnpm install
1 parent 1ed041d commit 9766fe5

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: lts/*
2626

2727
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
28-
name: Install pnpm
28+
name: 🟧 Install pnpm
2929
with:
3030
cache: true
3131

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: lts/*
3333

3434
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
35-
name: Install pnpm
35+
name: 🟧 Install pnpm
3636
# pnpm cache skipped deliberately as the project is not actually installed here
3737

3838
- name: 🔠 Lint project
@@ -50,7 +50,7 @@ jobs:
5050
node-version: lts/*
5151

5252
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
53-
name: Install pnpm
53+
name: 🟧 Install pnpm
5454
with:
5555
cache: true
5656

@@ -72,7 +72,7 @@ jobs:
7272
node-version: lts/*
7373

7474
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
75-
name: Install pnpm
75+
name: 🟧 Install pnpm
7676
with:
7777
cache: true
7878

@@ -94,7 +94,7 @@ jobs:
9494
node-version: lts/*
9595

9696
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
97-
name: Install pnpm
97+
name: 🟧 Install pnpm
9898
with:
9999
cache: true
100100

@@ -126,7 +126,7 @@ jobs:
126126
node-version: lts/*
127127

128128
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
129-
name: Install pnpm
129+
name: 🟧 Install pnpm
130130
with:
131131
cache: true
132132

@@ -154,7 +154,7 @@ jobs:
154154
node-version: lts/*
155155

156156
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
157-
name: Install pnpm
157+
name: 🟧 Install pnpm
158158
with:
159159
cache: true
160160

@@ -182,7 +182,7 @@ jobs:
182182
node-version: lts/*
183183

184184
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
185-
name: Install pnpm
185+
name: 🟧 Install pnpm
186186
with:
187187
cache: true
188188

.github/workflows/lunaria.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: lts/*
3434

3535
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
36-
name: Install pnpm
36+
name: 🟧 Install pnpm
3737
with:
3838
cache: true
3939

0 commit comments

Comments
 (0)