summaryrefslogtreecommitdiff
path: root/.github/workflows/spellcheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/spellcheck.yml')
-rw-r--r--.github/workflows/spellcheck.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml
deleted file mode 100644
index e152841..0000000
--- a/.github/workflows/spellcheck.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: spellcheck
-on:
- pull_request:
-jobs:
- check-spelling:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v3
- - name: Check Spelling
- uses: rojopolis/spellcheck-github-actions@0.33.1
- with:
- config_path: .github/spellcheck-settings.yml
- task_name: Markdown