Skip to content

Commit

Permalink
add code spell linter (#117)
Browse files Browse the repository at this point in the history
* add code spell linter
* add codespell ignore

---------

Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin authored Jul 29, 2024
1 parent c7f4933 commit d78a3ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AKS
12 changes: 12 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,15 @@ jobs:
with:
version: ${{ steps.version.outputs.Version }}
only-new-issues: true

codespell:
name: Codespell
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Codespell test
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore

0 comments on commit d78a3ec

Please sign in to comment.