Skip to content

Commit

Permalink
remove glob matcher in typos action
Browse files Browse the repository at this point in the history
  • Loading branch information
fturmel committed Nov 16, 2024
1 parent 619c138 commit 22bcb6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 22bcb6d

Please sign in to comment.