Add Github action workflows for CI/CD
authorManuel Rom <manuel.rom@student.tugraz.at>
Mon, 22 Mar 2021 10:12:42 +0000 (11:12 +0100)
committerManuel Rom <manuel.rom@student.tugraz.at>
Mon, 22 Mar 2021 10:18:15 +0000 (11:18 +0100)
* Add .github/workflows/check-full.yml, enabling:
  * Code checks (flake8, black, isort, vulture)
  * Unit tests (pytest)
* Adapt the Makefile
  * Add vulture to codecheck target
  * Add test target with pytest


No differences found