Skip to content

Updated readme

Updated readme #194

Workflow file for this run

name: Checks
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: borales/actions-yarn@v3.0.0
name: Validation
with:
cmd: install