Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add note about github actions
  • Loading branch information
piotr-grodek-dsai committed Nov 10, 2023
1 parent 1f96fac commit 56b63a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Generated project consists of:
* building package and uploading to private GitLab Package registry
* security: `trivy` - required for SOC 2 Certification
* steps to rebuild linter docker image
1. Github integration (optional):
* linter stage (`pre-commit run --all`)
* tests (`pytest`) + code coverage
* license checks of installed packages
* building and hosting documentation on GitHub Pages (if enabled)
* testing if package can be build
* security: `trivy` - required for SOC 2 Certification, but is reporting only
1. Other less important files (more configurations, `.gitignore` etc)

Most up-to date descriptions, tips and explanations are in the [documentation](https://deepsense-ai.github.io/ds-template/).
Expand Down

0 comments on commit 56b63a4

Please sign in to comment.