mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding commitlint to lint.yml
This commit is contained in:
parent
5da39a2ffa
commit
c9070bfdaf
7 changed files with 530 additions and 528 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -18,6 +18,10 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Validate current commit (last commit) with commitlint
|
||||
if: github.event_name == 'push'
|
||||
run: npx commitlint --last --verbose
|
||||
|
||||
- name: Check formatting
|
||||
run: yarn format:check
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue