From d57775b733f8a560b2e28dc97044bb4899ff4e4c Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sat, 21 Aug 2021 11:49:24 +0200 Subject: [PATCH 1/2] Add checkout action and problem matcher --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 898039b..e989919 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ Any warnings or errors will be annotated in the Pull Request. ## Usage ``` -uses: codespell-project/actions-codespell@master +- uses: actions/checkout@v2 +- uses: codespell-project/codespell-problem-matcher@v1 +- uses: codespell-project/actions-codespell@master ``` ### Parameter: check_filenames From d4a556eff9077ff35c495f720044ed2972ba96d4 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Sat, 21 Aug 2021 18:17:37 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e989919..3867ee4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Any warnings or errors will be annotated in the Pull Request. ``` - uses: actions/checkout@v2 -- uses: codespell-project/codespell-problem-matcher@v1 - uses: codespell-project/actions-codespell@master ```