Skip to content

fix(test): verify product page repair semantically #59

fix(test): verify product page repair semantically

fix(test): verify product page repair semantically #59

Workflow file for this run

name: check
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run check