From d83e62ad6908fc2f5c05781cc8259d3c332476c2 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:26:12 +0530 Subject: [PATCH] GH Actions --- .github/workflows/prettier.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 0000000..f7cc1ce --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,2 @@ +- name: Prettier Action + uses: creyD/prettier_action@v3.0