Skip to content

Update v1.2.1 - Github Actions

Compare
Choose a tag to compare
@AlejandroCN7 AlejandroCN7 released this 09 Sep 11:43
· 506 commits to main since this release

GitHub Actions is here!

Travis has been deactivated due to its temporal interruption service. (in any case, travis conf will be in repository)
✔️ GitHub Action will do this job instead and more!

Patch Notes

  • There is a bot checking autopep8 format in python code during pull request (automated commits).
  • There is another bot building repository environment with Dockerfile, Executing tests with that and updating Docker Hub the latest tag if all tests have been passed.
  • Release event is caught in order to update Docker Hub with specified tag for repository. (repared)