A GitHub action that checks for Python syntax errors using Pyflakes.
workflow "Example Workflow" {
on = "push"
resolves = ["Lint"]
}
action "Lint" {
uses = "lgeiger/pyflakes-action@master"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
A GitHub action that checks for Python syntax errors using Pyflakes.
workflow "Example Workflow" {
on = "push"
resolves = ["Lint"]
}
action "Lint" {
uses = "lgeiger/pyflakes-action@master"
}