diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7033190..8714de6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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