diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -# SWR2 Cooles Projekt +# SWR2 + +## CI + +To run the CI manually and not only on GitHub Actions, install `black`, +`pylint` and `mypy` using `pip`. Then, run `./ci.sh`. |