Skip to content

Commit 3c19732

Browse files
authored
Merge pull request rails#50657 from akhilgkrishnan/remove-codespell-from-ci
Remove codespell step from CI
2 parents c67d6bf + 7812ab1 commit 3c19732

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ jobs:
2828
with:
2929
python-version: "3.10"
3030

31-
- name: Install dependencies
32-
run: |
33-
python -m pip install --upgrade pip
34-
pip install codespell==2.1.0
35-
- name: Check spelling with codespell
36-
run: codespell --ignore-words=codespell.txt --skip="./vendor/bundle,./actiontext/app/assets/javascripts/trix.js,./yarn.lock" || exit 1
37-
3831
- run: tools/railspect changelogs .
3932
- run: tools/railspect configuration .
4033

codespell.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)