From 6617f52a3261668261e1af1ffe894a1573d5bde1 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Thu, 9 Jan 2025 10:19:26 +0100 Subject: [PATCH] Remove codespell workflow Signed-off-by: Paolo Di Tommaso --- .github/workflows/codespell.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/codespell.yml diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml deleted file mode 100644 index 95a00546db..0000000000 --- a/.github/workflows/codespell.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Codespell - -on: - push: - branches: [master] - pull_request: - branches: [master] - -permissions: - contents: read - -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: - only_warn: 1