This action will run pylint in the specified directory.
- uses: PurdueECE/[email protected]
with:
# Args to send to pylint command
args: -v test_data/empty
Test cases are contained in the test/
directory.
To test, you must install the act
command line tool.
After install, run make test
.