diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e9b497dd86b8..b89acad84a90 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -1,21 +1,21 @@ ---- -name: Codespell - -on: - push: - branches: [develop,master] - pull_request: - branches: [develop,master] - -jobs: - codespell: - name: Check for spelling errors - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Codespell - uses: codespell-project/actions-codespell@v2 - with: - skip: "**/3rdpartylicenses.txt,**/package.json,**/package-lock.json" +#--- +#name: Codespell +# +#on: +# push: +# branches: [develop,master] +# pull_request: +# branches: [develop,master] +# +#jobs: +# codespell: +# name: Check for spelling errors +# runs-on: ubuntu-latest +# +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# - name: Codespell +# uses: codespell-project/actions-codespell@v2 +# with: +# skip: "**/3rdpartylicenses.txt,**/package.json,**/package-lock.json"