Checks

Thread keeps the default checks small.

Overview

The checks build the code, run tests, and guard release files. Other workflows are manual.

Workflows

CI

Runs on pushes and pull requests to main.

  • Lint
  • Python tests
  • Native build
  • CTest
  • Docker build

Manual Workflows

Maintenance, CUDA release scans, project assignment, and helper flows run only when asked.

Supported Platforms

Key Features

Configuration

The checks live in these places:

Getting Started

  1. Open a pull request
  2. Read the failing check
  3. Fix it before merging

View Pipeline Status →