Skip to content

Commit 9832a3b

Browse files
committed
ci: enable homeboy lint autofix
1 parent 18d6d59 commit 9832a3b

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)