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