Skip to content

Commit

Permalink
chore: add lint spelling to pr validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 9, 2024
1 parent 47b0b5d commit 3977f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint && npm run typecheck
- name: Spelling
run: npm run lint:spelling

0 comments on commit 3977f8d

Please sign in to comment.