File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
on : [push, pull_request]
2
2
3
- name : Actions - build
3
+ name : build
4
4
5
5
jobs :
6
6
build :
7
+ name : Actions - build
7
8
runs-on : ${{ matrix.os }}
8
9
strategy :
9
10
matrix :
Original file line number Diff line number Diff line change 1
1
on : [push, pull_request]
2
2
3
- name : Actions - cargo
3
+ name : cargo-test
4
4
5
5
jobs :
6
6
clippy :
7
- name : clippy
7
+ name : Actions - clippy
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v1
17
17
- run : cargo clippy --all --all-targets -- -D warnings
18
18
19
19
rustfmt :
20
- name : rustfmt
20
+ name : Actions - rustfmt
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- uses : actions/checkout@v1
28
28
- run : rustup component add rustfmt
29
29
- run : cargo fmt -- --check
30
30
31
- build :
32
- name : unit test
31
+ unit-test :
32
+ name : Actions - unit test
33
33
runs-on : ${{ matrix.os }}
34
34
strategy :
35
35
matrix :
Original file line number Diff line number Diff line change 1
1
on : [push, pull_request]
2
2
3
- name : Actions - yarn
3
+ name : yarn-lint
4
4
5
5
jobs :
6
6
lint :
7
- name : lint
7
+ name : Actions - lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments