feat: Improved start and stop logic (#1178)

This commit is contained in:
Kroese
2026-06-05 02:37:20 +02:00
committed by GitHub
parent b68d243b6a
commit 7c9d2b1fd5
9 changed files with 209 additions and 165 deletions
+1 -1
View File
@@ -66,5 +66,5 @@ jobs:
level: warning
fail_level: error
reporter: github-pr-review
shellcheck_flags: -x -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 -e SC2028
shellcheck_flags: -x -e SC1091 -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 -e SC2028
github_token: ${{ secrets.GITHUB_TOKEN }}