We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-readme-cli-help
1 parent cb356d4 commit 7a7953bCopy full SHA for 7a7953b
.github/workflows/test.yml
@@ -13,3 +13,4 @@ jobs:
13
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
14
- name: make test
15
run: make test
16
+ - run: make check-readme-cli-help
Makefile
@@ -33,3 +33,8 @@ clean:
33
.PHONY: readme-cli-help
34
readme-cli-help:
35
bun x readme-cli-help "cargo run -- --help"
36
+
37
38
+.PHONY: check-readme-cli-help
39
+check-readme-cli-help:
40
+ bun x readme-cli-help --check-only "cargo run -- --help"
0 commit comments