From 7f4e9efcb3208e730678c804d1d82d64919656e1 Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Thu, 4 Jan 2024 20:33:19 +0100 Subject: [PATCH] fix: exclude keys from codespell --- .github/workflows/codespell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 8578721..e0a4694 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,4 +19,5 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Codespell - uses: codespell-project/actions-codespell@v2 \ No newline at end of file + uses: codespell-project/actions-codespell@v2 + skip: share/opentofu.asc,share/opentofu.gpg \ No newline at end of file