Skip to content

Commit

Permalink
🔄 synced file(s) with kubecub/go-project-layout
Browse files Browse the repository at this point in the history
🤖 kubbot to synchronize the warehouse
  • Loading branch information
kubbot committed Aug 14, 2023
1 parent 399be0e commit ba221fa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run typos command
run: ./typos ./CONTRIBUTING.md ./README.md
- name: Check for typos
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: .git,*.png,*.jpg
ignore_words_file: .github/workflows/codespell_ignore_words.txt
paths: ./CONTRIBUTING.md ./README.md

0 comments on commit ba221fa

Please sign in to comment.