Skip to content

docs: add README

docs: add README #5

Workflow file for this run

name: CHECK
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Ls
run: ls -a
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: ni --frozen
- name: Lint
run: nr checkAll