Skip to content

Commit e493df4

Browse files
committed
update
1 parent c814d9f commit e493df4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Verify repository
20-
run: |
21-
echo "Current directory: $(pwd)"
22-
echo "Files in root:"
23-
dir
24-
if not exist "package.json" (
25-
echo "ERROR: package.json not found!"
26-
exit 1
27-
)
28-
2919
- name: Setup Node.js
3020
uses: actions/setup-node@v4
3121
with:
3222
node-version: '21'
33-
cache: 'npm'
3423

3524
- name: Install dependencies
3625
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)