From 87a2644980e68d95ffec95a948fca3174bbf1196 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 11 Mar 2024 09:39:30 +0100 Subject: [PATCH] rec-4.6.x: remove spell checker --- .github/workflows/spelling.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/spelling.yml diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml deleted file mode 100644 index c250cd1046..0000000000 --- a/.github/workflows/spelling.yml +++ /dev/null @@ -1,19 +0,0 @@ -# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p -name: Workflow should not run! -on: - push: - branches: '' - -permissions: # least privileges, see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions - contents: read - -jobs: - placeholder: - name: Should be disabled - runs-on: ubuntu-latest - if: false - steps: - - name: Task - run: | - echo 'Running this task would be bad' - exit 1 -- 2.47.2