Skip to content

Commit aa6a2d5

Browse files
committed
run cargo publish, package
1 parent 21ee9b7 commit aa6a2d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,19 @@ jobs:
6363
env:
6464
RUSTDOCFLAGS: -Dwarnings
6565

66+
check-publish:
67+
runs-on: ubuntu-latest
68+
steps:
69+
- uses: actions/checkout@v4
70+
- uses: dtolnay/rust-toolchain@stable
71+
- run: cargo publish --locked --dry-run ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
72+
- shell: bash
73+
name: cargo package
74+
run: |
75+
set -eux
76+
cargo package --list ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
77+
cargo package ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
78+
6679
cffconvert:
6780
runs-on: ubuntu-latest
6881
steps:

0 commit comments

Comments
 (0)