Skip to content

Commit

Permalink
chore: add python run test upon commit
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Oct 2, 2024
1 parent 4259d2d commit c0e6f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
pip freeze | grep lavague
git log | head -1
export LAVAGUE_TELEMETRY=NONE
export LAVAGUE_API_KEY=${{ secrets.LAVAGUE_API_KEY }}
- name: Check code consistency with docs/index.md
run: |
Expand Down

0 comments on commit c0e6f17

Please sign in to comment.