diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 417e2e2..41ee8bc 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@master with: - skip: *.pem + skip: '*.pem'