Skip to content

Commit

Permalink
ci: use conventional commits for autofix (#470)
Browse files Browse the repository at this point in the history
* ci: use conventional commits for autofix

* Apply suggestions from code review

---------

Co-authored-by: pooya parsa <[email protected]>
  • Loading branch information
danielroe and pi0 authored Jul 31, 2023
1 parent 1f416c9 commit e155950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
- name: Fix lint issues
run: pnpm run lint:fix
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
with:
commit-message: 'chore: apply automated lint fixes'

0 comments on commit e155950

Please sign in to comment.