forked from potsda.mn/mobilizon
Add yarn lint back to CI
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
8dc5b8a4b0
commit
ae03f84950
|
@ -39,7 +39,7 @@ lint:
|
|||
- mix format --check-formatted --dry-run || export EXITVALUE=1
|
||||
- cd js
|
||||
- yarn install
|
||||
#- yarn run lint || export EXITVALUE=1
|
||||
- yarn run lint || export EXITVALUE=1
|
||||
- yarn run prettier -c . || export EXITVALUE=1
|
||||
- yarn run build:assets
|
||||
- cd ../
|
||||
|
|
Loading…
Reference in a new issue