Skip to content

lint アップデート #17

lint アップデート

lint アップデート #17

Workflow file for this run

name: html-lint
on:
pull_request:
branches:
- main
paths:
- 'packages/*/demo/*.html'
push:
branches:
- main
paths:
- 'packages/*/demo/*.html'
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run html-lint
- run: npm run css-lint