Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

👌 IMPROVE: Update rescribe config for docs #130

👌 IMPROVE: Update rescribe config for docs

👌 IMPROVE: Update rescribe config for docs #130

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.7.5
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build