From b759aaf1b5234689ce037b41fe1d558feacfbb2d Mon Sep 17 00:00:00 2001 From: Vladislav Volosnikov Date: Fri, 18 Aug 2023 16:46:34 +0300 Subject: [PATCH] [Common] change codespell settings --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 06ade29cf..6ca47dc34 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -6,7 +6,6 @@ on: - master - staged pull_request: {} - workflow_dispatch: {} env: NODE_OPTIONS: --max_old_space_size=5120 @@ -21,4 +20,4 @@ jobs: with: check_hidden: true check_filenames: true - skip: package-lock.json,node_modules \ No newline at end of file + skip: *.yml,package-lock.json,node_modules \ No newline at end of file