]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist-1.6.x: remove spell checker 13882/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 11 Mar 2024 08:28:21 +0000 (09:28 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 11 Mar 2024 08:28:21 +0000 (09:28 +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 554560b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Spell checking
-on:
-  push:
-    branches:
-      - "**"
-    tags-ignore:
-      - "**"
-  pull_request_target:
-    branches:
-      - "**"
-    tags-ignore:
-      - "**"
-    types: ['opened', 'reopened', 'synchronize']
-
-jobs:
-  build:
-    name: Spell checking
-    runs-on: ubuntu-20.04
-    steps:
-    - name: checkout-merge
-      if: "contains(github.event_name, 'pull_request')"
-      uses: actions/checkout@v2.0.0
-      with:
-        ref: refs/pull/${{github.event.pull_request.number}}/merge
-        fetch-depth: 5
-    - name: checkout
-      if: "!contains(github.event_name, 'pull_request')"
-      uses: actions/checkout@v2.0.0
-      with:
-        fetch-depth: 5
-    - uses: check-spelling/check-spelling@0.0.17-alpha
-      with:
-        config: .github/actions/spell-check