Skip to content

Authorize public ChatGPT MCP users #265

Authorize public ChatGPT MCP users

Authorize public ChatGPT MCP users #265

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: pnpm
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm run validate:env:build
- run: pnpm run --if-present lint
- run: pnpm run --if-present type-check
- run: pnpm run --if-present test