mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +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
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
|
- name: Validate current commit (last commit) with commitlint
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
run: npx commitlint --last --verbose
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: yarn format:check
|
run: yarn format:check
|
||||||
|
|
||||||
|
|
|
@ -172,4 +172,3 @@
|
||||||
"close": "Knop Sluiten"
|
"close": "Knop Sluiten"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -162,4 +162,3 @@
|
||||||
"close": "Kapat tuşu"
|
"close": "Kapat tuşu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue