Skip to content

style(#9): clean up and format code #8

style(#9): clean up and format code

style(#9): clean up and format code #8

Workflow file for this run

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