feat(actions): Use conventional commits in automated format
Some checks failed
Format code / Format the kernel (push) Waiting to run
Continuous Integration / ci (push) Has been cancelled

This commit is contained in:
Arthur Beck 2025-04-28 23:07:43 +00:00
parent 9631ce5b88
commit c7c4df6473

View file

@ -16,6 +16,6 @@ jobs:
run: |
git config --global user.name 'Formatter'
git config --global user.email 'formatter@noreply.git.verygay.fyi'
git commit -am "Automated format" || true
git commit -am "format(main kernel): Automated format" || true
git push || true