bolt.diy/.github/workflows/ci.yaml
Shirisha 1c15d13156 base commit
more fixes

fix background

fix chat history

Update ci.yaml

remove hardcoded api key
2025-05-26 23:32:54 -07:00

25 lines
393 B
YAML

name: CI/CD
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup and Build
uses: ./.github/actions/setup-and-build
- name: Run type check
run: pnpm run typecheck
# - name: Run ESLint
# run: pnpm run lint