Skip to content

Bump yamllint from 1.28.0 to 1.32.0 #470

Bump yamllint from 1.28.0 to 1.32.0

Bump yamllint from 1.28.0 to 1.32.0 #470

Workflow file for this run

---
name: Molecule Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 2
matrix:
ansible: ["2.10", "latest"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt remove ansible
sudo apt install tox
- name: Test with molecule using tox
run: |
sudo -H -E tox -e ansible-${{ matrix.ansible }}