Skip to content

PurdueECE/action-pylint

Repository files navigation

pylint Action

This action will run pylint in the specified directory.

Usage

- uses: PurdueECE/[email protected]
  with:
    # Args to send to pylint command
    args: -v test_data/empty

Testing

Test cases are contained in the test/ directory. To test, you must install the act command line tool. After install, run make test.