Mirror of
0
fork

Configure Feed

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

Merge pull request #130 from trueberryless-org/update-template-files

[ci] sync template files

authored by

trueberryless and committed by
GitHub
3a1d5abb 503132fe

+1 -1
+1 -1
.github/workflows/format.yaml
··· 25 25 run: pnpm i 26 26 27 27 - name: Run prettier 28 - run: npx prettier --write . 28 + run: pnpm exec prettier . --write 29 29 30 30 # Optimize all PNGs with https://pngquant.org/ 31 31 - run: sudo apt-get update && sudo apt-get install -y pngquant