8000 GitHub - denzel-datature/python-pylint-github-action: Github Action for Pylint with Python Slim image
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

denzel-datature/python-pylint-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Pylint GitHub Action

Github Action for Pylint with Python Slim Docker image (supports install of numpy and pandas and takes very less time to build)

Run any pylint command using the action -

$ pylint <directory_name>

Run pylint command with .pylintrc in your repo -

$ pylint --rcfile=.pylintrc <directory_name>

Usage

- name: Python Pylin GitHub Action
  uses: fylein/python-pylint-github-action@v1
  with:
    args: pip3 install -r requirements.txt && pylint --rcfile=.pylintrc <directory_name>

About

Github Action for Pylint with Python Slim image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 60.6%
  • Shell 39.4%
0