From 3c38b7a446480427adac6500313499b1e5bcf525 Mon Sep 17 00:00:00 2001 From: SabitOl Date: Sun, 17 May 2026 12:32:28 +0100 Subject: [PATCH] Modify cI.yml file to wrong file path --- .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 9fb0262..00ea930 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -29,14 +29,14 @@ jobs: # 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