Created
October 5, 2022 21:40
-
-
Save lucperkins/df83011c43691dd0faec2b65269b276c 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