From f4557ce0b7e2f0ea713ecdf952a3c22b1bfeab33 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 11 Mar 2024 09:28:21 +0100 Subject: [PATCH] dnsdist-1.6.x: remove spell checker --- .github/workflows/spelling.yml | 33 --------------------------------- 1 file changed, 33 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 554560b90f..0000000000 --- a/.github/workflows/spelling.yml +++ /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 -- 2.47.2