Skip to content

Ahuge/flake8-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Flake8 GitHub Action

A GitHub action that checks for Python syntax errors using Flake8.

Example Workflow

workflow "Example Workflow" {
  on = "push"
  resolves = ["Lint"]
}

action "Lint" {
  uses = "ahuge/flake8-action@master"
}

Packages

No packages published

Languages

  • Dockerfile 100.0%