From a059e71e632890680bd4554917aadda8878def8b Mon Sep 17 00:00:00 2001 From: SabitOl Date: Sun, 17 May 2026 12:07:51 +0100 Subject: [PATCH] Modify Github Actions CI workflows for bash scripts --- .github/workflows/cI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cI.yml b/.github/workflows/cI.yml index 08b9204..52285e1 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -28,14 +28,14 @@ on: # If the exit code is 0, the test passes # If the exit code is not 0, the test fails - name: Run disk-check - run: bash scripts/disk-check.sh + run: bash disk-check.sh # Step 4: Run key-hunter - name: Run key-hunter - run: bash scripts/key-hunter.sh + run: bash key-hunter.sh # Step 5: Run ram-check - name: Run ram-check - run: bash scripts/ram-check.sh + run: bash ram-check.sh