From 390a445c4132381951f11f9399a89dd9b374472b Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Fri, 17 May 2024 06:12:50 +0200 Subject: [PATCH] update codespell.yml --- .github/workflows/codespell.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3ebbf55..bbf9177 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,5 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + args: "-c .codespellrc ."