Skip to content

Commit

Permalink
Merge pull request #23 from EfrainAD/Efrain-WA-94_Add_Github_Action_w…
Browse files Browse the repository at this point in the history
…ith_prettier

Change the run prettier to run the script that I have on package.json…
  • Loading branch information
EfrainAD authored Dec 8, 2023
2 parents 21418ed + 0db6822 commit 4855e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: npm install

- name: Run Prettier Check
run: npx prettier --check .
run: npm run prettier:check:ci

0 comments on commit 4855e1c

Please sign in to comment.