Skip to content

Instantly share code, notes, and snippets.

View the-mgi's full-sized avatar
🎯
Focusing

Muhammad Usama the-mgi

🎯
Focusing
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