Skip to content

Commit

Permalink
ci: use conventional commit for autofix (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jul 29, 2023
1 parent 2d361b8 commit 3a0ef72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160
- uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9
with:
commit-message: 'chore: apply automated lint fixes'

0 comments on commit 3a0ef72

Please sign in to comment.