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 9e75a32
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
- run: |
cargo package --list --all-features
cargo package --all-features
cffconvert:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9e75a32

Please sign in to comment.