Skip to content

Commit 0f9c9bd

Browse files
More cosmetics
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 321f04e commit 0f9c9bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pull_requests_lints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Request lints
1+
name: Lints
22

33
on:
44
pull_request:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
lint:
10-
name: Rust lints
10+
name: Rust
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

.github/workflows/rust_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust tests
1+
name: Rust Tests
22

33
on:
44
pull_request:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
name: ${{ matrix.toolchain }}/${{ matrix.target }}
13+
name: ${{ matrix.toolchain }} / ${{ matrix.target }}
1414
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
@@ -92,7 +92,7 @@ jobs:
9292
args: --target wasm32-unknown-unknown --package cloudevents-sdk --package cloudevents-sdk-reqwest
9393

9494
build-examples:
95-
name: Build examples
95+
name: Examples ${{ matrix.toolchain }} / ${{ matrix.target }}
9696
runs-on: ubuntu-latest
9797
needs: build
9898
strategy:

0 commit comments

Comments
 (0)