Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

bulv1ne/python-style-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-style-check

GitHub Action for isort, flake8 and black

Usage

Example workflow to test python style:

workflow "Style check on push" {
  on = "push"
  resolves = ["Style check"]
}

action "Style check" {
  uses = "bulv1ne/python-style-check@master"
}