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:
parent
ecbedf847f
commit
e448951d6f
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ jobs:
|
|||
command: |
|
||||
yarn install
|
||||
yarn run fmt:clj:check
|
||||
yarn run fmt:js:check
|
||||
|
||||
- run:
|
||||
name: "common linter check"
|
||||
|
|
Loading…
Reference in a new issue