Skip to content

Commit

Permalink
Check for typos in .hs files
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 8, 2025
1 parent ef926a8 commit 50bf2dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
with:
files: './**/*.md'

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

0 comments on commit 50bf2dc

Please sign in to comment.