0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -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: | command: |
yarn install yarn install
yarn run fmt:clj:check yarn run fmt:clj:check
yarn run fmt:js:check
- run: - run:
name: "common linter check" name: "common linter check"