gaomingyang / workflow-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workflow-learn

CI/CD Workflow

python-pipeline.yaml

Build Status Badge:

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 代码风格和执行静态代码分析的工具。

About


Languages

Language:Python 41.4%Language:Makefile 21.7%Language:Shell 15.9%Language:Dockerfile 13.8%Language:Go 7.2%