Skip to content

Enable possibility of taking the tag name into account when deciding whether to use a class/id/attr. #30

Enable possibility of taking the tag name into account when deciding whether to use a class/id/attr.

Enable possibility of taking the tag name into account when deciding whether to use a class/id/attr. #30

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test
timeout-minutes: 1
env:
FORCE_COLOR: 3