ci: adding commitlint to lint.yml

This commit is contained in:
Hydra 2024-05-13 00:54:48 +01:00
parent 5da39a2ffa
commit c9070bfdaf
No known key found for this signature in database
7 changed files with 530 additions and 528 deletions

View file

@ -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