Last active
October 28, 2022 19:09
-
-
Save lucperkins/b34355e7f5aea789b80025de490e33f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Prettify repo code | |
| uses: creyD/[email protected] | |
| with: | |
| prettier_options: --write **/*.{js,jsx,ts,tsx} | |
| only_changed: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment