Skip to content

53 Inital target point #119

53 Inital target point

53 Inital target point #119

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npx prettier --check .