dougollerenshaw / CodeAIde

A tool for interactively building and running code with AI
MIT License
1 stars 1 forks source link

Add GitHub Actions workflow for running tests #17

Closed dougollerenshaw closed 1 day ago

dougollerenshaw commented 2 days ago

Adds some tests on api_utils.py and file_handler.py Adds github action to run tests on push Adds linter (black) Adds pre-commit hook for running linter locally Ran black on entire repo (huge diff!)