Skip to content

Commit

Permalink
Apply @gwen-lg's suggested CI improvement (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin authored Jul 23, 2024
1 parent 965efd6 commit 8e4188a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
override: true
- 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
run: diff README.md README_.md
run: diff README.md <(cargo readme)

test:
name: Test Suite
Expand Down

0 comments on commit 8e4188a

Please sign in to comment.