You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend #186: Add GitHub Action for black formatter (#200)
The GH Action does basically this:
1. Setup Python 3.7
2. Install dependencies (mainly black)
3. Run black and create a diff file
4. Upload the diff as artifact
Currently, it does not any pip caching (I had some problems
with that; it didn't work reliably).
0 commit comments