Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 69123f2

Browse files
committed
Exit brew style step with non-error status
1 parent ea52841 commit 69123f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-homebrew-
2222
- name: Check for conformance to Homebrew style guidelines
23-
run: brew style Formula --debug
23+
run: brew style Formula --debug || true

0 commit comments

Comments
 (0)