Skip to content

Update README.md

Update README.md #269

Workflow file for this run

name: Code audit
on: [pull_request, push]
jobs:
code-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install depends 🔧
run: yarn install
- name: ESLint Validation 🔎
run: npx eslint