From 8e9777e0ad56dfb349094f17c389b9e0069fb50a Mon Sep 17 00:00:00 2001 From: n4n5 Date: Mon, 30 Dec 2024 14:44:35 +0100 Subject: [PATCH] docs(action): Note the requirement on wget --- docs/github-action.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/github-action.md b/docs/github-action.md index 9f50a6e..4b181ab 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -25,6 +25,12 @@ jobs: uses: crate-ci/typos@v1.28.4 ``` +**Requirements:** The runner must have `wget` installed +(see +[#769](https://github.com/crate-ci/typos/issues/769) +[#1191](https://github.com/crate-ci/typos/issues/1191) +). + ## Input | Name | Description | Required | Default |