Skip to content

Debian plattform support and Molecule tests #2

Debian plattform support and Molecule tests

Debian plattform support and Molecule tests #2

Workflow file for this run

---
name: lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install dependencies
run: >
pip install -r .dev_requirements.txt
- run: yamllint --strict -c .yamllint .
- run: ansible-lint