Skip to content

Commit

Permalink
Remove spellcheck from reviewdog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyoyo committed Nov 22, 2023
1 parent 8966041 commit f581fba
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ jobs:
uses: reviewdog/action-shellcheck@v1
with:
github_token: ${{ secrets.github_token }}
# Use misspell to correct spelling mistakes
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"
# Use yamllint to lint yaml files
yamllint:
name: check / yamllint
Expand Down

0 comments on commit f581fba

Please sign in to comment.