porscheofficial / .github

Public GitHub profile and various reusable documents & GitHub action workflows
https://opensource.porsche.com
2 stars 2 forks source link

Python Workflows Added #2

Closed matsch845 closed 1 year ago

matsch845 commented 1 year ago

📑 Description

This pull request introduces two new workflows:

  1. The code-quality workflow applies the tools black, pylint, mypy and pydocstyle and evaluates if the code complies with their ruleset. Those linters and formatters are commonly used in the python community.
  2. The security-check-conda-env installs a conda environment form the environment.yml file in the repository and checks if any package has a known vulnerability. Therefore the package safety is used.

✅ Checks