Skip to content

Commit

Permalink
add code spell linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pablochacin authored Jul 29, 2024
1 parent c7f4933 commit 93fcab5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ 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

0 comments on commit 93fcab5

Please sign in to comment.