https://github.com/formtrix/python-web-app-cicd
CI/CD automatic linting and Unit tests workflow practices
https://github.com/formtrix/python-web-app-cicd
Last synced: 3 months ago
JSON representation
CI/CD automatic linting and Unit tests workflow practices
- Host: GitHub
- URL: https://github.com/formtrix/python-web-app-cicd
- Owner: Formtrix
- Created: 2024-06-21T19:48:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-01T17:12:49.000Z (11 months ago)
- Last Synced: 2025-02-16T06:23:53.949Z (3 months ago)
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Status Badge: 
## _Python web app cicd_
### Use Case: Continous Integration and Continouse Delivery
Demonstrating continous integration and continous delivery with GitHub Actions- Python web app and requirements text file
- Dockerfile for creating a container for the app
- CI/CD pipeline style workflow triggered on push
- Automated linting and unit tests workflow practices