Skip to content

Commit

Permalink
ci: disabel misspell
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Oct 3, 2022
1 parent 396bb8b commit caf7922
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: golangci/golangci-lint-action@v3

# Run misspell with reviewdog
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"
ignore: Decentralisation,Decentralization
# spellcheck:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: misspell
# uses: reviewdog/action-misspell@v1
# with:
# github_token: ${{ secrets.github_token }}
# locale: "US"
# ignore: Decentralisation,Decentralization

0 comments on commit caf7922

Please sign in to comment.