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

View file

@ -172,4 +172,3 @@
"close": "Knop Sluiten" "close": "Knop Sluiten"
} }
} }

View file

@ -162,4 +162,3 @@
"close": "Kapat tuşu" "close": "Kapat tuşu"
} }
} }