Skip to content

Merge branch 'main' of https://github.com/allbertuu/portfolio-web #57

Merge branch 'main' of https://github.com/allbertuu/portfolio-web

Merge branch 'main' of https://github.com/allbertuu/portfolio-web #57

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'