Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fylein/python-pylint-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 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

Contributors

AltStyle によって変換されたページ (->オリジナル) /