From 57acf721d498f107a6ba13a6bffe2d9e46a9e8ec Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Fri, 4 Oct 2024 14:45:11 -0400 Subject: [PATCH] Minor fixes --- .github/workflows/codespell.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: