Skip to content

Add WCAG 2.2 and EN 301 549 data, update to VPAT 2.5, refactor Librarian #227

Add WCAG 2.2 and EN 301 549 data, update to VPAT 2.5, refactor Librarian

Add WCAG 2.2 and EN 301 549 data, update to VPAT 2.5, refactor Librarian #227

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test