Skip to content

refactor(projects): remove segment prop and change to my role in … #59

refactor(projects): remove segment prop and change to my role in …

refactor(projects): remove segment prop and change to my role in … #59

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'