We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ee9b7 commit fc3e640Copy full SHA for fc3e640
.github/workflows/lint.yml
@@ -63,6 +63,16 @@ 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 --features ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
72
+ - run: |
73
+ cargo package --list --features ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
74
+ cargo package --feature ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
75
+
76
cffconvert:
77
runs-on: ubuntu-latest
78
steps:
0 commit comments