Skip to content

Commit 192ef32

Browse files
authored
[Codespell] Skip composer.lock and pnpm-lock.yaml (symfony-tools#2)
1 parent 1dd6c50 commit 192ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fabbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
# Run codespell
6969
rm -rf b && cp -a a b && cd b
70-
codespell -L invokable --check-filenames -w || true
70+
codespell -L invokable --check-filenames -w --skip=composer.lock,pnpm-lock.yaml || true
7171
cd ..
7272
7373
if ! diff -qr --no-dereference a/ b/ >/dev/null; then

0 commit comments

Comments
 (0)