Skip to content

chore(ci): add prettier formatter #2

chore(ci): add prettier formatter

chore(ci): add prettier formatter #2

Workflow file for this run

name: Check Prettier formatting
on: [pull_request]
permissions:
contents: read
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 'lts/*'
- run: npx prettier@3.9.5 --check .