Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Python linting: Autoflake, isort and black

Use this action to run linting test against your code.

Example usage:

name: Pylint autoflake, isort, black

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
       - name: Python Linter
         uses: jiwidi/python-lint-action@main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors