新增restylers

This commit is contained in:
yhh
2020-07-01 14:35:49 +08:00
parent d9840d60ef
commit 549db2fcfe

10
.github/workflows/restylers.yaml vendored Normal file
View File

@@ -0,0 +1,10 @@
---
image: restyled/restyler-prettier:v2.0.2-1
command:
- prettier
- "--write"
arguments: []
include:
- "**/*.js"
- "**/*.jsx"
interpreters: []