Skip to content

chore(package.json): remove prettier command from lint #58

chore(package.json): remove prettier command from lint

chore(package.json): remove prettier command from lint #58

Workflow file for this run

name: Code formatting
on:
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Check-out repo
uses: actions/checkout@v4
- name: Format code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,jsx,ts,tsx,tailwind.config.cjs,json,html,md}
commit_message: 'style: run prettier'