Skip to content

docs: update readme #27

docs: update readme

docs: update readme #27

Workflow file for this run

name: Linter
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '18'
- uses: pnpm/[email protected]
with:
version: 8
- name: Install dependency
run: pnpm install
- name: Build
run: pnpm lint