Skip to content

chore(demo): normalize printable-variants screenshot filename #28

chore(demo): normalize printable-variants screenshot filename

chore(demo): normalize printable-variants screenshot filename #28

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: 22 }
- run: npm init -y
- run: npm install --save-dev eslint
- run: npx eslint "**/*.js" || true