Skip to content

setup cypress test environment #67

setup cypress test environment

setup cypress test environment #67

Workflow file for this run

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