Skip to content

Commit

Permalink
chore(github-action): let's check for common typos in coding (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Jan 7, 2025
1 parent 1817c87 commit 5168a66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,10 @@ jobs:
run: go install golang.org/x/tools/cmd/goimports@latest
- name: Lint
run: make check

codespell: # call reusable workflow from central '.github' repo
uses: open-component-model/.github/.github/workflows/codespell.yml@main
secrets: inherit
with:
codespell-ignore: .github/config/wordlist.txt
codespell-files-glob: ./**/*.y*ml ./**/*.go

0 comments on commit 5168a66

Please sign in to comment.