Skip to content

Commit 194ec51

Browse files
committed
CI: quote lint step name
1 parent 0a28bcc commit 194ec51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131

32-
- name: Guardrails: core must be OS-agnostic
32+
- name: "Guardrails: core must be OS-agnostic"
3333
run: bash scripts/lint_core_no_os_conditionals.sh
3434

3535
test:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15-
- name: Guardrails: core must be OS-agnostic
15+
- name: "Guardrails: core must be OS-agnostic"
1616
run: bash scripts/lint_core_no_os_conditionals.sh
1717

1818
openwatcom:

0 commit comments

Comments
 (0)