Skip to content

Add Prettier formatting #4

Add Prettier formatting

Add Prettier formatting #4

Workflow file for this run

name: Prettier formatter
on:
push:
branches:
- main
tags:
- '**'
pull_request:
branches:
- '**'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: npm install
run: npm install
- name: prettier check
run: npx prettier . --check