Skip to content

feat(normalize): add cursor: help to <abbr> element #951

feat(normalize): add cursor: help to <abbr> element

feat(normalize): add cursor: help to <abbr> element #951

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm ci
- run: npm run build
- run: npm test