Open
Description
Motivation
The Python code run in our GitHub Action directory_formatter.yml 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