Skip to content

Commit

Permalink
Merge branch 'main' into self-hosted-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Mar 8, 2024
2 parents 654a023 + 6ec5375 commit c958ffa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ tox devenv -e integration
source venv/bin/activate
```

## Generating src docs for every commit

Run the following command:

```bash
echo -e "tox -e src-docs\ngit add src-docs\n" >> .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
```

## Testing

This project uses `tox` for managing test environments. There are some pre-configured environments
Expand Down

0 comments on commit c958ffa

Please sign in to comment.