Merge branch 'main' into 'main'

Turn off textwidth check

See merge request kernel-firmware/linux-firmware!13
This commit is contained in:
Josh Boyer 2023-09-07 11:36:57 +00:00
commit dfa11466cf
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ check-commits:
rules:
- if: $CI_MERGE_REQUEST_ID
script:
- ci-fairy check-commits --signed-off-by
- ci-fairy check-commits --signed-off-by --textwidth=0
pre-commit:
stage: test