Closed alantao912 closed 1 year ago
Can you briefly explain what will be printed out if the file does not exist in the dictionary? Will it just be the name of the file or will the file not be in the tree at all?
If a file does not exist within the dictionary, no description will be appended. Only the file name will be shown.
After making the change:
cd ~/Deep-Learning-Playground
I am met with this error when the action attempts to run: I have been blocked by this issue since yesterday. Please let me know if you have any ideas on how to solve this. Thanks
try setting working-directory to be project root @alantao912
@alantao912 left comment on your pr
In response to this comment, the directories list contains a list of directories to traverse.
its a minor one
good work @alantao912 . safe to merge when build checks pass
Implemented auto generation of directory tree structure
What user problem are we solving? Manual generation of directory tree structure
What solution does this PR provide? Auto generation of directory tree structure upon opening a pull request into nextjs.
Testing Methodology Tested locally by running script against project root directory.
Any other considerations May need to test if it gets triggered properly upon creating pull request.