We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebe88c commit 377e30eCopy full SHA for 377e30e
ReadMe.md
@@ -88,4 +88,8 @@ podman run format-check-bot:dev python3 -m formatchecker.core 1000
88
89
# Run the format check for change 1000 and submit
90
podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.core --submit 1000
91
+
92
+# Run the format check in daemon mode
93
+podman run -e GERRIT_USERNAME=user -e GERRIT_PASSWORD=http_password_for-user format-check-bot:dev python3 -m formatchecker.runner --daemon --submit
94
95
```
0 commit comments