From 86ad71f913c60bc46e4b1a25cdf4c5b030161f94 Mon Sep 17 00:00:00 2001 From: DaanSelen <80752476+DaanSelen@users.noreply.github.com> Date: Wed, 4 Jun 2025 23:42:03 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 11beb19..1702c9b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # GhostRunner +[![CodeQL Advanced](https://github.com/DaanSelen/ghostrunner/actions/workflows/codeql.yml/badge.svg)](https://github.com/DaanSelen/ghostrunner/actions/workflows/codeql.yml) + This project aims to create a way to schedule commands to be run as soon as possible when they offline initialy.
The way to accomplish this is to create a tracked task list, and keep track of it has been successfully done. @@ -125,4 +127,4 @@ Following is mock data. ], "total_devices": 3 } -``` \ No newline at end of file +```