Skip to content

Clean up readme

Clean up readme #23

Workflow file for this run

name: Validate JSON
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm test