Initial commit

This commit is contained in:
Paillat
2024-07-30 10:49:05 +02:00
committed by GitHub
commit 5583d15cda
41 changed files with 1803 additions and 0 deletions

4
docs/workflows.md Normal file
View File

@@ -0,0 +1,4 @@
# GitHub Workflow for Python
The main workflow file is ".github/workflows/CI.yml". This performs linting, testing, and publishing for Python packages.
It can also be triggered manually on a specific branch.