Skip to content

Update README with video presentation youtube link #1

Update README with video presentation youtube link

Update README with video presentation youtube link #1

Workflow file for this run

name: Run Prettier
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Prettier
run: npm install prettier && npx prettier --check .