From 820937cc4d26eba5cc2455126e8f98f11ba78897 Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Sun, 27 Oct 2024 18:47:35 -0600 Subject: [PATCH] Please our Lord and Savior the Great Linter. --- .github/workflows/build.yml | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d98418..103bb7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,4 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: go-up - path: .release/ \ No newline at end of file + path: /github/workspace/.release/ \ No newline at end of file diff --git a/README.md b/README.md index bd61279..d019cb2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Go Up is a simple TUI based tool to monitor the status of your services. - Pretty ok terminal UI - 60 second monitor interval - Ping chart with downtime indicator +- Extremely low resource usage ## 🔧 Installation