mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 15:01:46 +00:00
ci: add PR title lint (#458)
Signed-off-by: Andy Lee <andy.lee@suse.com> (cherry picked from commit e155d46483e8c00e6aeffe208fdc73f8893a8ea8)
This commit is contained in:
parent
fa78229d3a
commit
13902d02bf
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