Skip to content

Bump the pip group across 1 directory with 4 updates #120

Bump the pip group across 1 directory with 4 updates

Bump the pip group across 1 directory with 4 updates #120

Workflow file for this run

---
name: Molecule Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install lint dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install "yamllint>=1.24.2" "ansible-lint>=6.0,<7" "ansible-core>=2.14,<2.16"
- name: Lint
run: |
set -e
yamllint .
ansible-lint