diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index d3eb4276e..ae863f754 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -7,12 +7,10 @@ on: branches: [ '*' ] jobs: - coverity: + codespell: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: master - uses: codespell-project/actions-codespell@v2.1 with: