Skip to content

Add Workflow for prettier --check . #1

Add Workflow for prettier --check .

Add Workflow for prettier --check . #1

Workflow file for this run

name: Prettier Check
on: [push, pull_request]
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run check-format