Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

flake8 Github Action

This is a Github Action to run flake8 against your repository.

It does fancy things like add annotations to your PRs inline.

image

Use it in your project like:

(in .github/workflows/lint.yml)

name: Linton:
push:
paths:
- '*.py'jobs:
flake8:
runs-on: ubuntu-lateststeps:
- name: Setup Pythonuses: actions/setup-python@v2with:
python-version: 3.9
- name: Checkoutuses: actions/checkout@v2
- name: Install flake8run: pip install flake8
- name: Run flake8uses: multani/flake8-github-action@v1with:
checkName: flake8

About

A GitHub Action to run flake8 and annotate lint failures

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages