Skip to content

feat(alert): time-based 5h alert with CMON_HOOK + notification #1

feat(alert): time-based 5h alert with CMON_HOOK + notification

feat(alert): time-based 5h alert with CMON_HOOK + notification #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint-and-smoke:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- run: uv sync
- name: Ruff
run: uv run ruff check .
- name: Smoke (imports the module and validates CLI, no network)
run: uv run cmon --help