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:
parent
ecbedf847f
commit
e448951d6f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue