Skip to content

Commit

Permalink
Add check-readme-cli-help and test in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 5, 2024
1 parent cb356d4 commit 7a7953b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
- name: make test
run: make test
- run: make check-readme-cli-help
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ clean:
.PHONY: readme-cli-help
readme-cli-help:
bun x readme-cli-help "cargo run -- --help"


.PHONY: check-readme-cli-help
check-readme-cli-help:
bun x readme-cli-help --check-only "cargo run -- --help"

0 comments on commit 7a7953b

Please sign in to comment.