Skip to content

Update README.md

Update README.md #34

Workflow file for this run

name: linter
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: clone repo
uses: actions/checkout@v2
- name: installation
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: make install
- name: check linter status
run: make lint