File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Pull Request lints
1
+ name : Lints
2
2
3
3
on :
4
4
pull_request :
7
7
8
8
jobs :
9
9
lint :
10
- name : Rust lints
10
+ name : Rust
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- name : Rust tests
1
+ name : Rust Tests
2
2
3
3
on :
4
4
pull_request :
10
10
11
11
jobs :
12
12
build :
13
- name : ${{ matrix.toolchain }}/ ${{ matrix.target }}
13
+ name : ${{ matrix.toolchain }} / ${{ matrix.target }}
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
fail-fast : false
92
92
args : --target wasm32-unknown-unknown --package cloudevents-sdk --package cloudevents-sdk-reqwest
93
93
94
94
build-examples :
95
- name : Build examples
95
+ name : Examples ${{ matrix.toolchain }} / ${{ matrix.target }}
96
96
runs-on : ubuntu-latest
97
97
needs : build
98
98
strategy :
You can’t perform that action at this time.
0 commit comments