Skip to content

Use node/express for the c4ai service #31

Use node/express for the c4ai service

Use node/express for the c4ai service #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '**'
pull_request: {}
env:
COLUMNS: 150
UV_PYTHON: 3.12
UV_FROZEN: '1'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- run: uv sync
- uses: actions/setup-node@v4
with:
node-version: '24.1.0'
- run: |
npm install
cd c4ai && npm install
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --verbose
env:
SKIP: no-commit-to-branch