Skip to content

Commit

Permalink
fix ubuntu-latest runner missing cargo-readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Mar 7, 2024
1 parent 03fe23e commit 0e255f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run format check
run: cargo fmt --check
- name: Run cargo-readme check
run: cargo readme > TMP_README.md && diff -b TMP_README.md README.md
run: cargo install cargo-readme && cargo readme > TMP_README.md && diff -b TMP_README.md README.md

security-audit:
needs: release-format-check
Expand Down

0 comments on commit 0e255f0

Please sign in to comment.