Skip to content

Commit

Permalink
Merge pull request #61 from trueberryless-org/update-template-files
Browse files Browse the repository at this point in the history
[ci] sync template files
  • Loading branch information
trueberryless authored Jan 4, 2025
2 parents ad804c7 + 0539f99 commit c9e1dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm i

- name: Run prettier
run: npx prettier --write .
run: pnpm exec prettier . --write

# Optimize all PNGs with https://pngquant.org/
- run: sudo apt-get update && sudo apt-get install -y pngquant
Expand Down

0 comments on commit c9e1dbb

Please sign in to comment.