Skip to content

Commit 74392ef

Browse files
authored
Update check-plugin-links.yml
Test 12
1 parent 3be1d42 commit 74392ef

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

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

34-
- name: Validate Download Links
35-
run: |
36-
echo "Starting validation script"
37-
node ./validate-links.js
38-
39-
- name: Add Validation Script
34+
- name: Add and Run Validation Script
4035
run: |
36+
echo "Adding and running validation script"
4137
cat <<EOF > validate-links.js
4238
const axios = require('axios');
4339
const fs = require('fs');
@@ -107,3 +103,5 @@ jobs:
107103
process.exit(1);
108104
});
109105
EOF
106+
107+
node validate-links.js

0 commit comments

Comments
 (0)