From 7328da933e7b1e33c7a40853c9b68e1eeb1513e3 Mon Sep 17 00:00:00 2001 From: "Larry Smith Jr." Date: Wed, 8 Apr 2026 10:08:07 -0400 Subject: [PATCH] =?UTF-8?q?ci:=20rename=20Molecule=20workflow=20to=20CI=20?= =?UTF-8?q?=E2=80=94=20molecule=20scenarios=20require=20Vagrant/VirtualBox?= =?UTF-8?q?,=20not=20runnable=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/molecule.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 4fb1a92..b8f2a10 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -1,4 +1,4 @@ -name: Molecule +name: CI on: push: branches-ignore: @@ -10,22 +10,17 @@ on: - main - master jobs: - build: + lint: + name: Lint runs-on: ubuntu-latest - strategy: - fail-fast: false - max-parallel: 4 - matrix: - python-version: ["3.11"] - steps: - uses: actions/checkout@v4 with: submodules: recursive - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.11' - uses: actions/cache@v4 with: path: ~/.cache/pip