Skip to content

Commit 6d499dd

Browse files
committed
fix: pick better GH step name
Signed-off-by: dankeboy36 <[email protected]>
1 parent af4ab3d commit 6d499dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cache: yarn
7474
node-version: ${{ env.NODE_VERSION }}
7575

76-
- name: Install Dependencies (Ubuntu)
76+
- name: Install dependencies (Linux only)
7777
if: runner.os == 'Linux'
7878
run: |
7979
sudo apt-get update

.github/workflows/check-yarn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
cache: yarn
7373
node-version: ${{ env.NODE_VERSION }}
7474

75-
- name: Install Dependencies (Ubuntu)
75+
- name: Install dependencies (Linux only)
7676
if: runner.os == 'Linux'
7777
run: |
7878
sudo apt-get update

.github/workflows/test-javascript.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
repo-token: ${{ secrets.GITHUB_TOKEN }}
108108
version: 3.x
109109

110-
- name: Install Dependencies (Ubuntu)
110+
- name: Install dependencies (Linux only)
111111
if: runner.os == 'Linux'
112112
run: |
113113
sudo apt-get update

0 commit comments

Comments
 (0)