Skip to content

Commit 4126088

Browse files
authored
Merge pull request #449 from Extra-Chill/ci/homeboy-lint-autofix
ci: enable Homeboy lint autofix
2 parents 18d6d59 + 9832a3b commit 4126088

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/homeboy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ jobs:
2323
with:
2424
commands: audit,lint,test
2525
expected-commands: audit,lint,test
26-
autofix: 'false'
26+
autofix: 'true'
27+
autofix-commands: 'lint --fix'
2728
secrets: inherit

0 commit comments

Comments
 (0)