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 02b3cb0 commit a5f0faaCopy full SHA for a5f0faa
.github/workflows/fabbot.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
# Run codespell
69
rm -rf b && cp -a a b && cd b
70
- codespell -L invokable --check-filenames -w --skip=composer.lock,pnpm-lock.yaml || true
+ codespell -L invokable --check-filenames -w --skip='composer.lock,pnpm-lock.yaml,*.xlf' || true
71
cd ..
72
73
if ! diff -qr --no-dereference a/ b/ >/dev/null; then
0 commit comments