This action must be used for aplication the bids:
See action.yml
Basic:
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@test
Options:
steps:
- uses: actions/checkout@v1
- uses: ricardochaves/python-lint@test
with:
python-root-list: "python_alelo tests"
use-pylint: false
use-pycodestyle: false
use-flake8: false
use-black: false
use-mypy: false
use-isort: false
The scripts and documentation in this project are released under the MIT License
Contributions are welcome! See Contributor's Guide