mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +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
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:
|
with:
|
||||||
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
commits: ${{ steps.get-pr-commits.outputs.commits }}
|
||||||
pattern: '^\S.*?: [A-Z0-9]'
|
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
|
- name: Check title
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue