mirror of https://github.com/rails/rails
Do not codespell yarn.lock
This commit is contained in:
parent
2fa54931cf
commit
ca781c84cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue