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

Latest commit

 

History

History
28 lines (18 loc) · 471 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 471 Bytes

Pylint action

Run Pylint and add annotations for any warnings

Inputs

github-token

Required The GitHub API token.

paths

Paths to lint, defaults to the project root.

diff-against-brach

A branch to check any modified files against. The paths argument is ignored if this is specified.

Example usage

name: Pylint
uses: kolonialno/pylint-action
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}
  diff-against-branch: main