mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Remove incorrect single quote escape
The A in YAML stands for Ass-backwards.
This commit is contained in:
parent
aa91284485
commit
93996eb48e
Notes:
sideshowbarker
2024-07-18 12:09:10 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/93996eb48e7 Pull-request: https://github.com/SerenityOS/serenity/pull/8100
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lintcommits.yml
vendored
2
.github/workflows/lintcommits.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
with:
|
||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
||||
pattern: '^\S.*?: [A-Z0-9]'
|
||||
error: 'First word of commit after the subsystem isn\'t capitalized'
|
||||
error: 'First word of commit after the subsystem is not capitalized'
|
||||
|
||||
- name: Check title
|
||||
if: ${{ success() || failure() }}
|
||||
|
|
Loading…
Reference in a new issue