Skip to content

fix: Dockerfile to reduce vulnerabilities #105

fix: Dockerfile to reduce vulnerabilities

fix: Dockerfile to reduce vulnerabilities #105

Workflow file for this run

name: all-lints
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: weibullguy/python-lint-plus@master
with:
python-root-list: "tests"
use-check-manifest: false
use-pyroma: false
extra-rstcheck-options: "-r"
docformatter-version: "==1.5.0"