removed old dead code
Some checks failed
Test Gitea Actions / first (push) Successful in 16s
Test Gitea Actions / check-code (push) Failing after 15s
Test Gitea Actions / test (push) Has been skipped
Test Gitea Actions / documentation-check (push) Has been skipped

This commit is contained in:
darkicewolf50 2025-04-02 16:17:36 -06:00
parent 5ab5d5105e
commit cb2ac6ab69

View File

@ -34,10 +34,10 @@ jobs:
uses: actions/checkout@v4
# Step 1: Move to minigrep directory and list files to debug
- name: Move to minigrep and list files
run: |
cd minigrep/
ls -la # This will list the contents of the minigrep directory to ensure it's correct
# - name: Move to minigrep and list files
# run: |
# cd minigrep/
# ls -la # This will list the contents of the minigrep directory to ensure it's correct
- name: Check
run: |
@ -54,11 +54,6 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Move to minigrep and list files
run: |
cd minigrep/
ls -la # Debugging step to ensure we're in the right directory
- name: Run Tests
run: |
cd minigrep/
@ -74,11 +69,6 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Move to minigrep and list files
run: |
cd minigrep/
ls -la # Debugging step to ensure we're in the right directory
- name: Check for Documentation Tests
run: |
cd minigrep/