conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.31k stars 882 forks source link

ci: add schedule&workflow_dispatch triggers #4087

Closed knocte closed 4 weeks ago

knocte commented 1 month ago

The schedule trigger will run CI everyday to make sure we catch any breakage caused by external reasons. The workflow_dispatch one is so that the repo owner can launch CI jobs manually.

codesandbox-ci[bot] commented 1 month ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

knocte commented 1 month ago

Any help about fixing CI? I've installed same version of prettier in my computer and running prettier **/*.{ts,js,json,yml,md} -l doesn't cause any local changes.

knocte commented 1 month ago

Any help about fixing CI? I've installed same version of prettier in my computer and running prettier */.{ts,js,json,yml,md} -l doesn't cause any local changes.

Nevermind, fixed.

escapedcat commented 4 weeks ago

Thanks!