DEV: Run prettier and rubocop in parallel for CI (#17357)

This commit is contained in:
David Taylor
2022-07-07 13:29:14 +08:00
committed by GitHub
parent c32ac45b29
commit 1121062aa9
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ jobs:
- name: Rubocop
if: ${{ always() }}
run: bundle exec rubocop .
run: bundle exec rubocop --parallel .
- name: ESLint (core)
if: ${{ always() }}
@@ -76,7 +76,7 @@ jobs:
if: ${{ always() }}
run: |
yarn prettier -v
yarn prettier --list-different \
yarn pprettier --list-different \
"app/assets/stylesheets/**/*.scss" \
"app/assets/javascripts/**/*.js" \
"plugins/**/assets/stylesheets/**/*.scss" \