Skip to content

Commit

Permalink
run cargo publish, package
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Mar 24, 2024
1 parent 21ee9b7 commit 35da889
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ jobs:
env:
RUSTDOCFLAGS: -Dwarnings

check-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo publish --locked --dry-run ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
- shell: bash
run: |
set -eux
cargo package --list "${ALL_NON_EXCLUSIVE_FEATURES}"
cargo package "${ALL_NON_EXCLUSIVE_FEATURES}"
cffconvert:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 35da889

Please sign in to comment.