8000 GitHub - fylein/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

fylein/python-pylint-github-action

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

17 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0