File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change 9
9
CARGO_TERM_COLOR : always
10
10
11
11
jobs :
12
- # license:
13
- # name: 🏫License check
14
- # runs-on: ubuntu-latest
15
- # steps:
16
- # - uses: actions/checkout@v2
17
- # - name: 🏫Check license
18
- # run: |
19
- # cargo install cargo-deny
20
- # cargo deny check
12
+ license :
13
+ name : 🏫License check
14
+ runs-on : ubuntu-latest
15
+ steps :
16
+ - uses : actions/checkout@v2
17
+ - name : 🏫Check license
18
+ run : |
19
+ cargo install cargo-deny
20
+ cargo deny check
21
21
22
22
cargo_check :
23
23
name : 📦 Check package integrity
34
34
- uses : actions/checkout@v2
35
35
- name : Publish dry run
36
36
run : cargo publish --dry-run --verbose
37
-
38
- # dummy_publish:
39
- # name: 📦⬆️📢Publish dummy
40
- # # needs: [license, package, cargo_check, publish_dry_run]
41
- # needs: [package, cargo_check, publish_dry_run]
42
- # runs-on: ubuntu-latest
43
- # steps:
44
- # - uses: actions/checkout@v2
45
- # - name: 📦⬆️📢Publish dry run
46
- # run: cargo publish --dry-run --verbose
You can’t perform that action at this time.
0 commit comments