Skip to content

Commit 98a8c1e

Browse files
Update GitHub template files
1 parent 7b26cc6 commit 98a8c1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Run pngquant
3333
run: |
3434
shopt -s globstar
35-
find . -name '*.png' -exec pngquant --ext .png --force 256 {} \;
35+
find . -name '*.png' -exec pngquant --ext .png 256 {} \;
3636
3737
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c

0 commit comments

Comments
 (0)