Skip to content

docs: add tech stack #59

docs: add tech stack

docs: add tech stack #59

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint