From: Peter van Dijk Date: Mon, 11 Mar 2024 08:38:33 +0000 (+0100) Subject: rec-4.5.x: remove spell checker X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13887%2Fhead;p=thirdparty%2Fpdns.git rec-4.5.x: remove spell checker --- 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