Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Aug 29, 2024
1 parent fa0c8f5 commit d4a00b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,19 @@ jobs:
env:
CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "Current directory:"
pwd
echo "\nDirectory contents:"
ls -la
echo "\nScripts directory contents:"
ls -la scripts/
echo "\nNode.js version:"
node --version
echo "\nYarn version:"
yarn --version
echo "\nRepository structure:"
tree -L 3
echo "\nFile permissions of scripts directory:"
ls -l scripts/
echo "\nContent of check-links.js:"
yarn check-links

0 comments on commit d4a00b5

Please sign in to comment.