Skip to content

Commit

Permalink
Update prettier-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancah authored Jul 24, 2024
1 parent 7bd850c commit 578cd6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
id: prettier-run
uses: rutajdash/[email protected]
with:
config_path: ./.prettierrc
config_path: './.prettierrc'
file_pattern: '**/*'


# This step only runs if prettier finds errors causing the previous step to fail
# This steps lists the files where errors were found
Expand Down

0 comments on commit 578cd6d

Please sign in to comment.