mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-06-15 13:04:18 -06:00
removed old dead code
This commit is contained in:
parent
5ab5d5105e
commit
cb2ac6ab69
18
.github/workflows/rust.yml
vendored
18
.github/workflows/rust.yml
vendored
@ -34,10 +34,10 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Step 1: Move to minigrep directory and list files to debug
|
# Step 1: Move to minigrep directory and list files to debug
|
||||||
- name: Move to minigrep and list files
|
# - name: Move to minigrep and list files
|
||||||
run: |
|
# run: |
|
||||||
cd minigrep/
|
# cd minigrep/
|
||||||
ls -la # This will list the contents of the minigrep directory to ensure it's correct
|
# ls -la # This will list the contents of the minigrep directory to ensure it's correct
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
@ -54,11 +54,6 @@ jobs:
|
|||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
cd minigrep/
|
cd minigrep/
|
||||||
@ -74,11 +69,6 @@ jobs:
|
|||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Check for Documentation Tests
|
||||||
run: |
|
run: |
|
||||||
cd minigrep/
|
cd minigrep/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user