Skip to content

Commit

Permalink
chore: bump prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Nov 28, 2024
1 parent 8033197 commit a5c8994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,11 @@ jobs:
with:
node-version: 20

- name: Clear npm cache
run: npm cache clean --force

- name: Get Prettier version from package-lock.json
run: |
PRETTIER_VERSION=$(grep -m 1 'prettier' package-lock.json | cut -d '"' -f 4 | cut -c 2-)
echo $PRETTIER_VERSION
- name: Debug Prettier configuration
run: |
npx prettier --version
cat .prettierrc
- name: Check formatting
run: |
npx --yes prettier@$PRETTIER_VERSION --check --config .prettierrc .
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nextra": "4.0.0-app-router.27",
"nextra-theme-docs": "4.0.0-app-router.27",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prisma": "^5.21.1",
"react": "18.3.1",
"react-cookie-consent": "^9.0.0",
Expand Down

0 comments on commit a5c8994

Please sign in to comment.