python-pipeline.yaml
Use Case: Continuous Integration Demonstrating continuous integration with GitHub Actions
Files include:
- Python web app and requirements.txt
- Dockerfile for creating a container for the app
- CI/CD pipeline styled workflow triggered on push at main branch
flake8 是一个用于检查 Python 代码风格和执行静态代码分析的工具。