From cfd81bbebcff50623beec5677a031ba43395f273 Mon Sep 17 00:00:00 2001 From: SabitOl Date: Sun, 17 May 2026 12:17:42 +0100 Subject: [PATCH] Modify cI.yml to remove unnecessary > --- .github/workflows/cI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cI.yml b/.github/workflows/cI.yml index 52285e1..2345b97 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -21,7 +21,7 @@ on: uses: actions/checkout@v4 # Step 2: Make all test scripts executable - # The runner is a fresh machine - it doesn't inherit permission from > + # The runner is a fresh machine - it doesn't inherit permission from run: chmod +x scripts/*.sh # Step 3: Run disk-check.sh and check its exit code