chore: remove disabled 'codespell' workflow (#5662)

This commit is contained in:
Mark Percival
2025-08-22 20:55:58 -07:00
committed by GitHub
parent 90f07e824e
commit 43d1bd858c
2 changed files with 0 additions and 34 deletions
-28
View File
@@ -1,28 +0,0 @@
# Codespell configuration is within .codespellrc
---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
if: false
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Annotate locations with typos
uses: codespell-project/codespell-problem-matcher@v1
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1