Skip to content

docs: update readme

docs: update readme #3

Workflow file for this run

name: Yarn Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint