mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:15:14 +08:00
DEV: shows prettier version on CI run
This commit is contained in:
parent
216b59d3a4
commit
df78a22b79
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -130,7 +130,9 @@ jobs:
|
||||||
|
|
||||||
- name: Prettier
|
- name: Prettier
|
||||||
if: env.BUILD_TYPE == 'LINT'
|
if: env.BUILD_TYPE == 'LINT'
|
||||||
run: yarn prettier --list-different "app/assets/stylesheets/**/*.scss" "app/assets/javascripts/**/*.es6" "test/javascripts/**/*.es6" "plugins/**/*.scss" "plugins/**/*.es6"
|
run: |
|
||||||
|
yarn prettier -v
|
||||||
|
yarn prettier --list-different "app/assets/stylesheets/**/*.scss" "app/assets/javascripts/**/*.es6" "test/javascripts/**/*.es6" "plugins/**/*.scss" "plugins/**/*.es6"
|
||||||
|
|
||||||
- name: Core RSpec
|
- name: Core RSpec
|
||||||
if: env.BUILD_TYPE == 'BACKEND' && env.TARGET == 'CORE'
|
if: env.BUILD_TYPE == 'BACKEND' && env.TARGET == 'CORE'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user