Skip to content

Instantly share code, notes, and snippets.

View cdsandoval's full-sized avatar
🧑‍💻
Solving problems

Carlos Sandoval Montoya cdsandoval

🧑‍💻
Solving problems
View GitHub Profile
# GitHub Action that will run prettier on the whole repo and commit the changes to the PR.
name: Prettier
on:
pull_request:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest