Skip to content

Commit

Permalink
Apply @gwen-lg's suggested CI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Jun 24, 2024
1 parent d664bbf commit a5d0924
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 a5d0924

Please sign in to comment.