This GitHub Action runs dlint security linter on your Python code.
The path to a file or directory to run dlint on
Required False
Default .
Linter output
- uses: actions/checkout@v1
- uses: xen0l/dlint-check@master
- uses: actions/checkout@v1
- uses: xen0l/dlint-check@master
with:
path: 'my_module'
This GitHub Action was inpsired by bandit-check and official issue #29.