A GitHub action that checks for Python syntax errors using Flake8.
workflow "Example Workflow" {
on = "push"
resolves = ["Lint"]
}
action "Lint" {
uses = "ahuge/flake8-action@master"
}
A GitHub action that checks for Python syntax errors using Flake8.
workflow "Example Workflow" {
on = "push"
resolves = ["Lint"]
}
action "Lint" {
uses = "ahuge/flake8-action@master"
}