Skip to content

feat: changing readme & updating landing page (#74) #97

feat: changing readme & updating landing page (#74)

feat: changing readme & updating landing page (#74) #97

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install and lint
run: |
yarn --frozen-lockfile
yarn lint