From c08e54936f15d2fae23f8cd544dc8c5e6e1e6a58 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:22:13 -0400 Subject: [PATCH] Fixed Formating Issues [skip ci] --- .github/workflows/prettier.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 8a253d3..ee967ff 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -2,25 +2,25 @@ name: Code Format Check on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: check-format: runs-on: ubuntu-latest steps: - - name: Check out code - uses: actions/checkout@v4 + - name: Check out code + uses: actions/checkout@v4 - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: '21' + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: '21' - - name: Install dependencies - run: yarn install --frozen-lockfile + - name: Install dependencies + run: yarn install --frozen-lockfile - - name: Check code format - run: yarn prettier --check --ignore-path .prettierignore . + - name: Check code format + run: yarn prettier --check --ignore-path .prettierignore .