diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0e0491d..46145b5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -3,8 +3,8 @@ name: Style Prettier on: pull_request: branches: - - "master" - - "master-*" + - 'master' + - 'master-*' jobs: run-frontend-style-check: @@ -17,9 +17,9 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "20" + node-version: '20' - name: Change directory and run commands run: | npm install - npm run format:check \ No newline at end of file + npm run format:check