Skip to content

Pyflakes Syntax Checker

Actions
Check for Python syntax errors using Pyflakes
v1.0.1
Latest
Star (12)

Pyflakes GitHub Action

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

Example Workflow

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.

About

Check for Python syntax errors using Pyflakes
v1.0.1
Latest

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.