ci: moving prettier to eslint

This commit is contained in:
Hydra 2024-05-13 10:46:22 +01:00
parent bdb58e0e59
commit 914e0d82e6
No known key found for this signature in database
3 changed files with 1 additions and 5 deletions

View file

@ -21,9 +21,6 @@ jobs:
- name: Validate current commit (last commit) with commitlint
run: npx commitlint --last --verbose
- name: Check formatting
run: yarn format:check
- name: Typecheck
run: yarn typecheck