From 16393cbf59c0ce6ae5eb09ff1e50b815ecbd1614 Mon Sep 17 00:00:00 2001 From: scures Date: Wed, 20 Mar 2024 13:29:13 +0100 Subject: [PATCH] ignores package-lock.json Signed-off-by: scures --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7934183a..25eac3e4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -18,4 +18,4 @@ jobs: uses: codespell-project/actions-codespell@v2 with: check_filenames: true - skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum,**/*-lock,**/*.svg" + skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum,**/*-lock.json,**/*.svg"