Skip to content

Run prettier formatter action #2

Run prettier formatter action

Run prettier formatter action #2

Workflow file for this run

name: Prettier formatting
on:
pull_request:
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci -D
- name: Run Prettier format check
run: npm run prettier