Skip to content

updates

updates #3

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Format code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{js,jsx,ts,tsx,css,scss,md}