We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa5493 commit ca781c8Copy full SHA for ca781c8
.github/workflows/lint.yml
@@ -40,7 +40,7 @@ jobs:
40
python -m pip install --upgrade pip
41
pip install codespell==2.1.0
42
- 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
+ run: codespell --ignore-words=codespell.txt --skip="./actionview/test/ujs/public/vendor/qunit.js,./actiontext/app/assets/javascripts/trix.js,./yarn.lock" || exit 1
44
45
notify:
46
runs-on: ubuntu-latest
0 commit comments