From 010fbbe91d169ed8dcb99a33cce26fe8d71f851e Mon Sep 17 00:00:00 2001 From: Greg Richardson Date: Mon, 29 May 2023 20:45:16 -0600 Subject: [PATCH] fix(spell-check): github action exclude option --- .github/workflows/avoid-typos.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/avoid-typos.yml b/.github/workflows/avoid-typos.yml index 6fe703fa9c7..98b952ef4c2 100644 --- a/.github/workflows/avoid-typos.yml +++ b/.github/workflows/avoid-typos.yml @@ -18,8 +18,8 @@ jobs: reporter: github-pr-review level: error exclude: | - "*.css" - "**/package.json" - "**/package-lock.json" - ".git/*" - "*.ipynb" + *.css + **/package.json + **/package-lock.json + .git/* + *.ipynb