Skip to content

Isolating changes to a single hosts.ini file for a more maintainable solution. #12

Isolating changes to a single hosts.ini file for a more maintainable solution.

Isolating changes to a single hosts.ini file for a more maintainable solution. #12

Workflow file for this run

---
name: CI
'on':
pull_request:
push:
branches:
- master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install test dependencies.
run: pip3 install yamllint
- name: Lint all the YAMLs.
run: yamllint .