Skip to content

Commit

Permalink
chore: Add typos spell checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas committed Oct 18, 2024
1 parent 2cd466c commit f1e1c20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,13 @@ jobs:

- name: Conventional commit check
uses: cocogitto/cocogitto-action@main

spellchecking:
name: Spell checking and corrections
runs-on: ubuntu-latest

steps:
- name: Writes changes in the local checkout
uses: crate-ci/typos@master
with:
write_changes: true
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ GitHub Actions, Woodpecker CI, and Lefthook pre-commit scripts.
- just and go-task task runners
- pipelight CI pipelines
- goji commitizen commit message linting
- typos spell checking
- git-cliff keep-a-changelog changelog generator
- lychee dead link checker
- minijinja templating
Expand Down Expand Up @@ -41,4 +42,5 @@ just build
- treefmt
- trivy
- trufflehog
- typos
- venom
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ lint-commit-msg file:
# - treefmt
# - trivy
# - trufflehog
# - typos
# - venom
install:
lefthook install
Expand Down

0 comments on commit f1e1c20

Please sign in to comment.