Skip to content

docs: updated documentation #22

docs: updated documentation

docs: updated documentation #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
# - run: pnpm run test:prod