Skip to content

Prevent empty style attributes on ul.selected > li and `ul.options … #621

Prevent empty style attributes on ul.selected > li and `ul.options …

Prevent empty style attributes on ul.selected > li and `ul.options … #621

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
release:
types: [published]
jobs:
tests:
uses: janosh/workflows/.github/workflows/npm-test.yml@main
with:
test-cmd: npm run test:unit
install-e2e: npx playwright install chromium
e2e-test-cmd: npx playwright test tests/*.ts