Skip to content

Commit de517df

Browse files
authored
Update check-plugin-links.yml
Test 11
1 parent b2fa25b commit de517df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Validate Download Links
3535
run: |
36+
node <<EOF
3637
const axios = require('axios');
3738
const fs = require('fs');
3839
@@ -100,3 +101,4 @@ jobs:
100101
console.error('Unhandled error:', err.message);
101102
process.exit(1);
102103
});
104+
EOF

0 commit comments

Comments
 (0)