Skip to content

Update techstack.md #659

Update techstack.md

Update techstack.md #659

Workflow file for this run

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