DEV: Update CI workflows
This commit is contained in:
parent
059b04468a
commit
e692fdf64f
|
@ -40,10 +40,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn prettier -v
|
yarn prettier -v
|
||||||
if [ -d "assets" ]; then \
|
if [ -d "assets" ]; then \
|
||||||
yarn prettier --list-different \
|
yarn prettier --list-different "assets/**/*.{scss,js,es6}" ; \
|
||||||
"assets/**/*.{scss,js,es6}" \
|
|
||||||
else \
|
|
||||||
exit 0 \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Rubocop
|
- name: Rubocop
|
||||||
|
|
Loading…
Reference in New Issue