From 549db2fcfe35481afe0c41a106658a575f8bc1a0 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Wed, 1 Jul 2020 14:35:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Erestylers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/restylers.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/restylers.yaml diff --git a/.github/workflows/restylers.yaml b/.github/workflows/restylers.yaml new file mode 100644 index 00000000..c5c09ee5 --- /dev/null +++ b/.github/workflows/restylers.yaml @@ -0,0 +1,10 @@ +--- +image: restyled/restyler-prettier:v2.0.2-1 +command: +- prettier +- "--write" +arguments: [] +include: +- "**/*.js" +- "**/*.jsx" +interpreters: [] \ No newline at end of file