Skip to content

Commit

Permalink
chore: .prettierignore CHANGLELOG.md (#164)
Browse files Browse the repository at this point in the history
This way you don't accidentally format it if you run Prettier manually on the
codebase.
  • Loading branch information
christianhg authored May 21, 2024
1 parent 21e6e65 commit bc74fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -27,7 +27,7 @@ jobs:
path: node_modules/.cache/prettier/.prettier-cache
key: prettier-${{ hashFiles('package-lock.json') }}
- run: npm run format
- run: git restore .github/workflows packages/*/CHANGELOG.md
- run: git restore .github/workflows
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
id: generate-token
with:
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md

0 comments on commit bc74fd3

Please sign in to comment.