From 22bcb6d94b1ab751a0667435db714070d07207a5 Mon Sep 17 00:00:00 2001 From: Francis Turmel Date: Sat, 16 Nov 2024 14:56:27 -0500 Subject: [PATCH] remove glob matcher in `typos` action --- .github/workflows/typos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 12e5e6cb2..dc1f6d2e6 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Check spelling of markdown and JSON files in content directory + - name: Check spelling in content directory uses: crate-ci/typos@master with: - files: ./content/**/*.{md,json} + files: ./content