Skip to content

feat: add example project #8

feat: add example project

feat: add example project #8

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8
- uses: actions/[email protected]
with:
node-version: 18.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run ci