Skip to content

Commit

Permalink
Public api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiesler committed May 30, 2024
1 parent 598e1f0 commit 7ca68b7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/async-stripe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,21 @@ jobs:
# with:
# name: code-coverage-report
# path: lcov.info

public-api:
continue-on-error: true
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: nightly
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: Install cargo-public-api
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-public-api
- name: Compare with latest version published on crates.io
run: cargo public-api diff latest --features runtime-tokio-hyper

0 comments on commit 7ca68b7

Please sign in to comment.