Skip to content

Commit

Permalink
Specify restylers versions for restyled (#4842)
Browse files Browse the repository at this point in the history
* Specify restylers versions for restyled

* Trigger file change for testing

* Revert "Trigger file change for testing"

This reverts commit d203e37.
  • Loading branch information
gabrieldutra authored Apr 29, 2020
1 parent 2c90d92 commit 45e1478
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45e1478

Please sign in to comment.