We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e983da commit f822fd7Copy full SHA for f822fd7
2 files changed
.github/workflows/ci.yml
@@ -345,7 +345,7 @@ jobs:
345
- name: Install cargo-public-api
346
run: cargo install cargo-public-api --locked
347
- name: Regenerate public API lock files
348
- run: bash scripts/public-api.sh
+ run: cargo -p lockfiles
349
- name: Verify lock files are up to date
350
run: |
351
git diff --name-only
scripts/public-api.sh
0 commit comments