Skip to content

Commit 37cd8f8

Browse files
committed
sdfgsdfg
1 parent e67b42d commit 37cd8f8

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

.github/workflows/package.yml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ env:
99
CARGO_TERM_COLOR: always
1010

1111
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
2121
2222
cargo_check:
2323
name: 📦 Check package integrity
@@ -34,13 +34,3 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- name: Publish dry run
3636
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

0 commit comments

Comments
 (0)