Do not codespell yarn.lock

This commit is contained in:
Jean Boussier 2023-08-17 12:48:20 +02:00
parent 2fa54931cf
commit ca781c84cd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
python -m pip install --upgrade pip
pip install codespell==2.1.0
- name: Check spelling with codespell
run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js,./actiontext/app/assets/javascripts/trix.js" || exit 1
run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js,./actiontext/app/assets/javascripts/trix.js,./yarn.lock" || exit 1
notify:
runs-on: ubuntu-latest