From 2fe4547b0b331beea1f32780ed7879c1ac9227d8 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Wed, 24 Jan 2024 18:05:54 +0100 Subject: [PATCH] generate docs as smoke test --- .github/workflows/chroma.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chroma.yml b/.github/workflows/chroma.yml index 89b6a5b24..1593cbad9 100644 --- a/.github/workflows/chroma.yml +++ b/.github/workflows/chroma.yml @@ -48,9 +48,11 @@ jobs: - name: Install Hatch run: pip install --upgrade hatch - - name: Lint + - name: Lint and Docs if: matrix.python-version == '3.9' && runner.os == 'Linux' - run: hatch run lint:all + run: | + hatch run lint:all + hatch run docs - name: Run tests run: hatch run cov \ No newline at end of file