mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
ci: add PR title lint (#458)
Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
795e5d178f
commit
e155d46483
4
.github/workflows/run-lint.yaml
vendored
4
.github/workflows/run-lint.yaml
vendored
@ -22,6 +22,10 @@ jobs:
|
||||
- name: Run tests
|
||||
uses: ./.github/actions/lint
|
||||
|
||||
- name: Validate PR title lint
|
||||
shell: bash
|
||||
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
|
||||
|
||||
- name: Validate commit messages
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user