We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ee9b7 commit 3d60ea0Copy full SHA for 3d60ea0
.github/workflows/lint.yml
@@ -63,6 +63,18 @@ jobs:
63
env:
64
RUSTDOCFLAGS: -Dwarnings
65
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
+ run: |
74
+ set -eux
75
+ cargo package --list ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
76
+ cargo package ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
77
+
78
cffconvert:
79
runs-on: ubuntu-latest
80
steps:
0 commit comments