Skip to content

ran format

ran format #37

Workflow file for this run

stages:
- lint
prettier:
stage: lint
image: node:20
script:
- npm ci
- npx prettier --check .