Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 8, 2025
1 parent 50bf2dc commit 437e7f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:

- uses: actions/checkout@v4

- name: Spell Check Markdown
- name: Spell Check Haskell
uses: crate-ci/[email protected]
with:
files: './**/*.md'
files: './**/*.hs'

- name: Spell Check Haskell
- name: Spell Check Markdown
uses: crate-ci/[email protected]
with:
files: './**/*.hs'
files: './**/*.md'

0 comments on commit 437e7f0

Please sign in to comment.