Skip to content

Commit a330c57

Browse files
danielroepi0
andauthored
ci: use conventional commit for autofix action (#50)
* ci: use conventional commit for autofix action * Update .github/workflows/autofix.yml --------- Co-authored-by: pooya parsa <[email protected]>
1 parent f2a7f6c commit a330c57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
- name: Fix lint issues
2323
run: pnpm run lint:fix
2424
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
25+
with:
26+
commit-message: 'chore: apply automated lint fixes'

0 commit comments

Comments
 (0)