From 850c3a70e0cd527ff78b14cd65cf936ecdbe1afa Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Tue, 28 Feb 2023 16:29:24 +0000 Subject: [PATCH] doc: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5448f1a..26357bd 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ To use the GitHub Action with Codacy integration: run-staticcheck: "true" ``` - Due to the complex orchestration of the tools Clang-Tidy and Faux Pas, in this case the action can receive instead the output files of the tools and uploads them to Codacy: + Due to the complex orchestration of the tools Clang-Tidy and Faux Pas, in this case the action can receive instead the output files of the tools and upload them to Codacy: ```yaml clang-tidy-output: "path/to/output"