Skip to content

feat(chat): add embedded assistant and MCP workflows #4105

feat(chat): add embedded assistant and MCP workflows

feat(chat): add embedded assistant and MCP workflows #4105

Workflow file for this run

name: Check file formatting
on:
push:
branches: ['v3', 'v3*']
paths:
- apps/**
- packages/**
pull_request:
branches: ['v3', 'v3*']
types: [opened, synchronize, reopened]
paths:
- apps/**
- packages/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_REMOTE_ONLY: true
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 10.15.0
run_install: true
- name: Check formatting
shell: bash
run: |
pnpm run format:check