From d104a44f2181e2ba623d0bce5db5477c12e15117 Mon Sep 17 00:00:00 2001 From: soags <17847282+soags@users.noreply.github.com> Date: Wed, 24 Jul 2024 23:58:35 +0900 Subject: [PATCH] Format GitHub Action --- .github/workflows/format.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/format.yml diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml new file mode 100644 index 0000000..472764b --- /dev/null +++ b/.github/workflows/format.yml @@ -0,0 +1,14 @@ +name: Format +on: + pull_request: + push: + branches: + - main +jobs: + prettier: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: creyD/prettier_action@v4.3 + with: + prettier_options: --write .