Skip to content

Add w3c support to 233a #233

Add w3c support to 233a

Add w3c support to 233a #233

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test