]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec-4.6.x: remove spell checker 13888/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 11 Mar 2024 08:39:30 +0000 (09:39 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 11 Mar 2024 08:39:30 +0000 (09:39 +0100)
.github/workflows/spelling.yml [deleted file]

diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml
deleted file mode 100644 (file)
index c250cd1..0000000
+++ /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