File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11on : [push, pull_request]
22
3- name : Actions - build
3+ name : build
44
55jobs :
66 build :
7+ name : Actions - build
78 runs-on : ${{ matrix.os }}
89 strategy :
910 matrix :
Original file line number Diff line number Diff line change 11on : [push, pull_request]
22
3- name : Actions - cargo
3+ name : cargo-test
44
55jobs :
66 clippy :
7- name : clippy
7+ name : Actions - clippy
88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v1
1717 - run : cargo clippy --all --all-targets -- -D warnings
1818
1919 rustfmt :
20- name : rustfmt
20+ name : Actions - rustfmt
2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@v1
2828 - run : rustup component add rustfmt
2929 - run : cargo fmt -- --check
3030
31- build :
32- name : unit test
31+ unit-test :
32+ name : Actions - unit test
3333 runs-on : ${{ matrix.os }}
3434 strategy :
3535 matrix :
Original file line number Diff line number Diff line change 11on : [push, pull_request]
22
3- name : Actions - yarn
3+ name : yarn-lint
44
55jobs :
66 lint :
7- name : lint
7+ name : Actions - lint
88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments