Skip to content

Commit

Permalink
Use install-action to install cargo-rdme
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Jul 1, 2024
1 parent 5515d8e commit ab517a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ jobs:
with:
components: rustfmt

- uses: taiki-e/install-action@v2
with:
tool: cargo-rdme

- name: Format
run: cargo fmt --check

- name: README sync
run: |
cargo install cargo-rdme
cargo rdme --check
run: cargo rdme --check

- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit ab517a8

Please sign in to comment.