Skip to content

Commit

Permalink
fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Feb 27, 2024
1 parent 009c13d commit 662fed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prettier-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
with:
node-version: 18

- name: Install Dependencies
run: npm install prettier @prettier/plugin-php

- name: Actions checkout
if: ${{ github.ref != 'refs/heads/main' }}
uses: actions/checkout@main
Expand All @@ -40,6 +37,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Dependencies
run: npm install prettier @prettier/plugin-php

- name: Run prettier code format
run: npx prettier --write "**/workflow_test/*.{php,css,js}" --plugin=@prettier/plugin-php

Expand Down

0 comments on commit 662fed7

Please sign in to comment.