fix: update starship.toml with cleaner format and proper configuration #55
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ABOUTME: Conventional commit format checker for all PR commits | |
| name: Conventional Commit Check | |
| on: | |
| pull_request: | |
| branches: [master] | |
| jobs: | |
| check-commit-format: | |
| uses: maxrantil/.github/.github/workflows/conventional-commit-check-reusable.yml@master | |
| with: | |
| allowed-types: 'feat,fix,docs,style,refactor,test,chore,perf,ci,build,revert' | |
| base-branch: 'master' |