Skip to content

refactor(aboutmesection): organize informations and add relevant new … #53

refactor(aboutmesection): organize informations and add relevant new …

refactor(aboutmesection): organize informations and add relevant new … #53

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'