]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions: add dummy spelling workflow so we can prevent old versions from running 10707/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 9 Sep 2021 13:02:13 +0000 (15:02 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 9 Sep 2021 13:02:13 +0000 (15:02 +0200)
.github/workflows/spelling.yml [new file with mode: 0644]

diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml
new file mode 100644 (file)
index 0000000..7cf3961
--- /dev/null
@@ -0,0 +1,16 @@
+# 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: ''
+
+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