Skip to content

Commit

Permalink
generate docs as smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jan 24, 2024
1 parent 2689a83 commit 2fe4547
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chroma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2fe4547

Please sign in to comment.