Skip to content

18 write the readme #132

18 write the readme

18 write the readme #132

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 .