Skip to content

Commit f3d6ac1

Browse files
committed
Name tweaks
1 parent 29830eb commit f3d6ac1

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
test_js:
32-
name: Test JS client
32+
name: Test Client (js)
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Git Checkout
@@ -41,20 +41,20 @@ jobs:
4141
cargo-cache-key: cargo-programs
4242
solana: true
4343

44-
- name: Format JS Client
44+
- name: Format Client (js)
4545
run: pnpm clients:js:format
4646

47-
- name: Lint JS Client
47+
- name: Lint Client (js)
4848
run: pnpm clients:js:lint
4949

50-
- name: Build Programs
50+
- name: Build (programs)
5151
run: pnpm programs:build
5252

53-
- name: Test JS Client
53+
- name: Test Client (js)
5454
run: pnpm clients:js:test
5555

5656
publish_js:
57-
name: Publish JS client
57+
name: Publish Client (js)
5858
runs-on: ubuntu-latest
5959
needs: test_js
6060
permissions:

.github/workflows/publish-legacy-client.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
test_legacy:
32-
name: Test JS client
32+
name: Test Client (legacy)
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Git Checkout
@@ -41,20 +41,20 @@ jobs:
4141
cargo-cache-key: cargo-programs
4242
solana: true
4343

44-
- name: Format Legacy JS Client
44+
- name: Format Client (legacy)
4545
run: pnpm clients:legacy:format
4646

47-
- name: Lint Legaacy JS Client
47+
- name: Lint Client (legacy)
4848
run: pnpm clients:legacy:lint
4949

50-
- name: Build Programs
50+
- name: Build (programs)
5151
run: pnpm programs:build
5252

53-
- name: Test Legacy JS Client
53+
- name: Test Client (legacy)
5454
run: pnpm clients:legacy:test
5555

5656
publish_js:
57-
name: Publish Legacy JS client
57+
name: Publish Client (legacy)
5858
runs-on: ubuntu-latest
5959
needs: test_legacy
6060
permissions:

.github/workflows/publish-rust-client.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Rust Client
1+
name: Publish Client (rust)
22

33
on:
44
workflow_dispatch:
@@ -34,7 +34,7 @@ on:
3434

3535
jobs:
3636
test_rust:
37-
name: Test Rust client
37+
name: Test Client (rust)
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Git Checkout
@@ -48,20 +48,20 @@ jobs:
4848
rustfmt: true
4949
solana: true
5050

51-
- name: Format Rust Client
51+
- name: Format Client (rust)
5252
run: pnpm clients:rust:format
5353

54-
- name: Lint Rust Client
54+
- name: Lint Client (rust)
5555
run: pnpm clients:rust:lint
5656

57-
- name: Build Programs
57+
- name: Build (programs)
5858
run: pnpm programs:build
5959

60-
- name: Test Rust Client
60+
- name: Test Client (rust)
6161
run: pnpm clients:rust:test
6262

6363
publish_rust:
64-
name: Publish Rust Client
64+
name: Publish Client (rust)
6565
runs-on: ubuntu-latest
6666
needs: test_rust
6767
permissions:

0 commit comments

Comments
 (0)