mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 16:34:47 +00:00
DEV: Update CI workflows
This commit is contained in:
parent
70107eb811
commit
44f0eadb49
5
.github/workflows/plugin-linting.yml
vendored
5
.github/workflows/plugin-linting.yml
vendored
@ -40,10 +40,7 @@ jobs:
|
||||
run: |
|
||||
yarn prettier -v
|
||||
if [ -d "assets" ]; then \
|
||||
yarn prettier --list-different \
|
||||
"assets/**/*.{scss,js,es6}" \
|
||||
else \
|
||||
exit 0 \
|
||||
yarn prettier --list-different "assets/**/*.{scss,js,es6}" ; \
|
||||
fi
|
||||
|
||||
- name: Rubocop
|
||||
|
Loading…
x
Reference in New Issue
Block a user