diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 970647b..af75dcc 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -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 diff --git a/README.md b/README.md index 3db8f72..e7d4d94 100644 --- a/README.md +++ b/README.md @@ -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 @@ -41,4 +42,5 @@ just build - treefmt - trivy - trufflehog + - typos - venom diff --git a/justfile b/justfile index 36f9d42..cfc3825 100644 --- a/justfile +++ b/justfile @@ -50,6 +50,7 @@ lint-commit-msg file: # - treefmt # - trivy # - trufflehog +# - typos # - venom install: lefthook install