Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Refactoring and Bugfix #9

Refactoring and Bugfix

Refactoring and Bugfix #9

Workflow file for this run

---
name: Molecule
"on":
pull_request:
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the codebase
uses: actions/checkout@v3
- name: Setup Lint
uses: bec-galaxy/setup-lint@v1
- name: Run Lint tests
run: ansible-lint
molecule:
name: Molecule
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout the codebase
uses: actions/checkout@v3
- name: Setup Molecule
uses: bec-galaxy/setup-molecule@v1
- name: Run Molecule tests
run: molecule test