Pyflakes Syntax Checker
ActionsA GitHub action that checks for Python syntax errors using Pyflakes.
workflow "Example Workflow" {
on = "push"
resolves = ["Lint"]
}
action "Lint" {
uses = "lgeiger/pyflakes-action@master"
}
Pyflakes Syntax Checker is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.