From 61c33724f335c76ec05108b81f457e58720cff34 Mon Sep 17 00:00:00 2001 From: Will Thames Date: Tue, 9 Jun 2020 19:24:37 +1000 Subject: [PATCH] Turn on flake8 checks in molecule tests --- .github/workflows/ci.yml | 2 +- molecule/default/molecule.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c47af11..acb83259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Install molecule and openshift dependencies - run: pip install molecule yamllint openshift + run: pip install molecule yamllint openshift flake8 - name: Install ansible base (devel branch) run: pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 37f7c3bc..37cb0028 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -9,6 +9,7 @@ driver: lint: | set -e yamllint . + flake8 platforms: - name: instance-kind provisioner: