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 aa6a2d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ 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
name: cargo package
run: |
set -eux
cargo package --list ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
cargo package ${{ env.ALL_NON_EXCLUSIVE_FEATURES }}
cffconvert:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit aa6a2d5

Please sign in to comment.