Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove image opt

-7
-7
.github/workflows/format.yaml
··· 27 27 - name: Run prettier 28 28 run: pnpm exec prettier . --write 29 29 30 - # Optimize all PNGs with https://pngquant.org/ 31 - - run: sudo apt-get update && sudo apt-get install -y pngquant 32 - - name: Run pngquant 33 - run: | 34 - shopt -s globstar 35 - find . -name '*.png' -exec pngquant --ext .png --force 256 {} \; 36 - 37 30 - uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c