Skip to content

Commit ca781c8

Browse files
committed
Do not codespell yarn.lock
1 parent 2fa5493 commit ca781c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip install --upgrade pip
4141
pip install codespell==2.1.0
4242
- name: Check spelling with codespell
43-
run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js,./actiontext/app/assets/javascripts/trix.js" || exit 1
43+
run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js,./actiontext/app/assets/javascripts/trix.js,./yarn.lock" || exit 1
4444

4545
notify:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)