Skip to content

[WIP] Release [email protected] (ESLint Shareable Config), replacing pa11y-lint-config #33

[WIP] Release [email protected] (ESLint Shareable Config), replacing pa11y-lint-config

[WIP] Release [email protected] (ESLint Shareable Config), replacing pa11y-lint-config #33

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test