Skip to content

Commit

Permalink
Second attempt at checking if README is up to date in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Jun 23, 2024
1 parent 41df454 commit 314d90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: cargo-readme
- name: Install cargo-readme
run: cargo install cargo-readme
- name: Generate Readme for comparison
run: cargo readme > README_.md
- name: Check if readme is up to date
Expand Down

0 comments on commit 314d90b

Please sign in to comment.