Skip to content

chore: update TC AITech unit #31891

chore: update TC AITech unit

chore: update TC AITech unit #31891

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run Prettier
run: pnpm format:check