### Motivation The Python code run in our GitHub Action [directory_formatter.yml](../blob/master/.github/workflows/directory_formatter.yml#L37) should be replaced by TypeScript code so that contributors to this repo are better able to maintain it. This process should be done in ___three separate pull requests___. * [ ] Run both the Python and TypeScript versions in the same GitHub Action and fail if the two files are not identical. * [ ] Remove the running of the Python code in the GitHub Action and remove the Python file. * [ ] [_Optional_] Modify the TypeScript version to add any new information and/or look and feel. ### Examples _No response_ ### Possible workarounds _No response_