Skip to content

Commit

Permalink
Small readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BasPH committed Dec 5, 2023
1 parent 199cfd6 commit bcdbe08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ We use `setuptools-scm` to automatically manage versioning based on git tags. Wh

Our CI/CD pipeline is managed using GitHub Actions:

- On every commit, pytest unit tests are automatically executed to ensure code quality.
- When pull requests are merged into the main branch, a new git tag is added automatically, then the library is built and deployed to Artifactory.
- On every commit, syntax checks and unit tests are run to ensure code quality.
- When a new tag is pushed, the library is built (and should be pushed to a registry such as PyPI or Artifactory).

## Contributing

We welcome contributions from every team at [insert company name] to make our library better! Here's how you can get started:
We welcome contributions from every team to improve this library! Here's how you can get started:

### Getting started

Expand Down

0 comments on commit bcdbe08

Please sign in to comment.