Skip to content

chore: bump pi to @earendil-works/pi-coding-agent ^0.78.1 #7

chore: bump pi to @earendil-works/pi-coding-agent ^0.78.1

chore: bump pi to @earendil-works/pi-coding-agent ^0.78.1 #7

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- uses: astral-sh/setup-uv@v5
- run: brew install ffmpeg
- run: npm ci
- run: npm run format:check
- run: npm run lint
- run: npm run typecheck
- run: npm test