Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(github-action): let's check for common typos in coding #1206

Merged
merged 10 commits into from
Jan 7, 2025
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
frewilhelm marked this conversation as resolved.
Show resolved Hide resolved
Loading