Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Update README.md

Update README.md #222

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: guardian/actions-setup-node@main
- name: Install
run: yarn
- name: Test
run: yarn test