Skip to content

Commit b2fa25b

Browse files
authored
Update check-plugin-links.yml
Test 10
1 parent dd55552 commit b2fa25b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/check-plugin-links.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
- name: Install Dependencies
3232
run: npm install axios
3333

34-
- name: Add Validation Script
34+
- name: Validate Download Links
3535
run: |
36-
echo "
3736
const axios = require('axios');
3837
const fs = require('fs');
3938
@@ -101,7 +100,3 @@ jobs:
101100
console.error('Unhandled error:', err.message);
102101
process.exit(1);
103102
});
104-
" > validate.js
105-
106-
- name: Run Validation Script
107-
run: node validate.js

0 commit comments

Comments
 (0)