mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
ci: only run PR lint in PR stage (#471)
Signed-off-by: Andy Lee <andy.lee@suse.com> (cherry picked from commit 18a5608e7249507f1ddb83be8fc9d2c976555c8a) # Conflicts: # .github/workflows/run-lint.yaml
This commit is contained in:
parent
fa78229d3a
commit
a1ec1d04f5
8
.github/workflows/run-lint.yaml
vendored
8
.github/workflows/run-lint.yaml
vendored
@ -22,6 +22,14 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: ./.github/actions/lint
|
uses: ./.github/actions/lint
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
- name: Validate PR title lint
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
shell: bash
|
||||||
|
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
|
||||||
|
|
||||||
|
>>>>>>> 18a5608 (ci: only run PR lint in PR stage (#471))
|
||||||
- name: Validate commit messages
|
- name: Validate commit messages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user