Skip to content

Commit

Permalink
fix: Moved all ignored folders to .prettierignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Aug 16, 2024
1 parent 69743b0 commit d86df9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install prettier
run: npm install -g --save-dev --save-exact prettier
- name: Format CSS, JavaScript, YAML, JSON and Markdown files
run: prettier . --write --ignore-path GUI/src/main/resources/META-INF/native-image --ignore-path CLI/src/main/resources/META-INF/native-image --ignore-path .idea
run: prettier . --write
- name: Commit changes
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit d86df9d

Please sign in to comment.