Skip to content

test hadolint deactivation #37

test hadolint deactivation

test hadolint deactivation #37

Workflow file for this run

name: Python Flake8, black and pylint code quality check
on: [push, pull_request]
jobs:
lint:
uses: mmacata/github-workflows/.github/workflows/linting.yml@super-linter
with:
# set pylint-version to empty string to skip the pylint workflow
pylint-version: ''
# set VALIDATE_DOCKERFILE_HADOLINT to empty string to skip Dockerfile linting
VALIDATE_DOCKERFILE_HADOLINT: false