Skip to content

Commit

Permalink
format action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Nov 6, 2024
1 parent 81cb1fd commit f8738c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prettify-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: install deps
run: npm install

- name: Enforce Prettier
uses: actionsx/prettier@v3
with:
args: --check .
run: npm run format-check

0 comments on commit f8738c5

Please sign in to comment.