mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Specify restylers versions for restyled (#4842)
* Specify restylers versions for restyled
* Trigger file change for testing
* Revert "Trigger file change for testing"
This reverts commit d203e37700.
This commit is contained in:
@@ -50,12 +50,14 @@ labels: ["Skip CI"]
|
||||
# Restylers to run, and how
|
||||
restylers:
|
||||
- name: black
|
||||
image: restyled/restyler-black:v19.10b0
|
||||
include:
|
||||
- redash
|
||||
- tests
|
||||
- migrations/versions
|
||||
- name: prettier
|
||||
image: restyled/restyler-prettier:v1.19.1-2
|
||||
include:
|
||||
- client/app/**/*.js
|
||||
- client/app/**/*.jsx
|
||||
- client/cypress/**/*.js
|
||||
- client/cypress/**/*.js
|
||||
|
||||
Reference in New Issue
Block a user