Skip to content

Commit 1b9a134

Browse files
remove redundant code
1 parent f7878f4 commit 1b9a134

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ jobs:
6868
echo "$output" | grep -q "npm run"
6969
echo "✓ NPM aliases load correctly"
7070
71-
- name: Verify required files
72-
run: |
73-
echo "Verifying required files..."
74-
[[ -f "entry.zsh" ]] && echo "✓ entry.zsh exists"
75-
[[ -f "README.md" ]] && echo "✓ README.md exists"
76-
[[ -d "plugins" ]] && echo "✓ plugins directory exists"
77-
[[ -d "aliases" ]] && echo "✓ aliases directory exists"
78-
7971
- name: Upload test results
8072
if: always()
8173
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)