0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Add CI rule for checking JS format

This commit is contained in:
Belén Albeza 2024-06-28 10:49:55 +02:00
parent ecbedf847f
commit e448951d6f

View file

@ -58,6 +58,7 @@ jobs:
command: |
yarn install
yarn run fmt:clj:check
yarn run fmt:js:check
- run:
name: "common linter check"