From f901fe42b3b381cfb2ba3c30f9547b5435771ff6 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Thu, 15 Jun 2023 08:57:06 -0400 Subject: [PATCH] Removed molecule lint as it doesn't exist anymore - replaced with pre-commit linting checks --- .github/workflows/molecule.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 749f2c2..9c6865f 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -37,6 +37,5 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - - name: molecule lint - run: | - molecule lint + - name: Check linting with pre-commit + run: pre-commit run --all-files