Skip to content

Add Prettier formatting #1

Add Prettier formatting

Add Prettier formatting #1

Workflow file for this run

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