Skip to content

Cleanup readme, update and/or remove links #38

Cleanup readme, update and/or remove links

Cleanup readme, update and/or remove links #38

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm test