readme/tasks

This commit is contained in:
Marc Beninca 2024-08-25 06:58:12 +02:00
parent a1ef8cab40
commit c6c855bdac
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -213,13 +213,15 @@ Handle project workflows in a unified way:
### Shell ### Shell
* banner with constants for characters * banner
* constants for characters
* dynamic substeps
* comment * comment
* review repositories handling for systems * review repositories handling for systems
* opensuse * opensuse
* codecs repository * codecs repository
* disable & enable https * disable & enable https
* write unit tests * test
### Shell → Python ### Shell → Python
@ -247,6 +249,7 @@ Handle project workflows in a unified way:
* .py * .py
* .sh * .sh
* maximum line length * maximum line length
* comment
* detect ssh private key type * detect ssh private key type
* fit banner to text * fit banner to text
* implement substeps * implement substeps
@ -255,7 +258,7 @@ Handle project workflows in a unified way:
* actions * actions
* includes * includes
* try git repo url variable first for shunit * try git repo url variable first for shunit
* write unit tests * test
### Later ### Later