Skip to content

docs: fix some minor errors #302

docs: fix some minor errors

docs: fix some minor errors #302

Workflow file for this run

name: Linting
on: [ push, pull_request ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 16
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint