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

0 comments on commit fc3e640

Please sign in to comment.