Skip to content

fix: small typo fix in README.md #96

fix: small typo fix in README.md

fix: small typo fix in README.md #96

Workflow file for this run

name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: npm run lint