Skip to content

feat: image search #246

feat: image search

feat: image search #246

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
# install deps (using pnpm until bun fixes bug for static assets)
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run build