diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 86f894f..134ab8d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -60,4 +60,4 @@ jobs: context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/docs/task_management.md b/docs/task_management.md index fb84593..d24157f 100644 --- a/docs/task_management.md +++ b/docs/task_management.md @@ -8,4 +8,4 @@ Tasks are defined in a YAML format or received via HTTP/gRPC protocols. The Task - Check the spec and status of nodes - Check the spec and status of pods - Run PromQL query -- Sleep for a specified duration \ No newline at end of file +- Sleep for a specified duration