Update docs and CI retention (#124)

- Set artifact retention to 30 days
- Update script dscription
- Updated docs
This commit is contained in:
Ken Van Hoeylandt
2024-12-15 09:45:20 +01:00
committed by GitHub
parent f664de898d
commit ca4e29ac0e
9 changed files with 12 additions and 162 deletions
+9
View File
@@ -0,0 +1,9 @@
@startuml
[*] --> onStart : app is created
onStart --> onShow : app becomes visible
onShow --> onHide : app is no longer visible
onHide --> onStop : app is preparing to be destroyed
onStop --> [*] : app is destroyed
skinparam ranksep 25
skinparam padding 2
@enduml