From e0ea553031b0345ff5e275b1ec2b2505320925e7 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 27 Aug 2024 19:47:50 +0200 Subject: [PATCH] fix codespell --- .github/workflows/codespell.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index dc1d975..bac166b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,5 +18,6 @@ jobs: - name: Run codespell uses: codespell-project/actions-codespell@v2 - # this file contains typos by design - skip: acl-evil.lst + with: + # this file contains typos by design + skip: acl-evil.lst