Skip to content

chore(workflow): put back main #3

chore(workflow): put back main

chore(workflow): put back main #3

name: πŸ’„ Format - Prettier
on:
push:
branches:
- main
permissions: write-all
jobs:
format-codebase:
name: πŸ’„ Format Codebase with Prettier
runs-on: ubuntu-latest
steps:
- name: πŸ“€ Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: πŸ’„ Run Prettier
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{json,md}
commit_message: "chore(codebase): format with prettier"