Skip to content

Update README.md

Update README.md #64

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PNPM
uses: pnpm/action-setup@v2
with:
version: 8
- name: Format and lint check
run: |
pnpm install
pnpm lint