Skip to content

Commit

Permalink
remove cargo readme check
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Oct 16, 2024
1 parent 0c3cb95 commit 9095b32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v4
- name: Run format check
run: cargo fmt --check
- name: Run cargo-readme check
run: cargo install cargo-readme && cargo readme > TMP_README.md && diff -b TMP_README.md README.md

create-release:
needs: release-format-check
Expand Down

0 comments on commit 9095b32

Please sign in to comment.