Skip to content

Update prettier.yaml #2

Update prettier.yaml

Update prettier.yaml #2

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prettier
uses: creyD/[email protected]
with:
prettier_options: --write **/**/*.{js,jsx,ts,tsx}
commit_message: '🍧 chore(ci): Prettify the code!'