Skip to content

feat: new article about testing web components #7

feat: new article about testing web components

feat: new article about testing web components #7

Workflow file for this run

name: lint-html
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run lint:html