Skip to content

removed dependency on lint-ansible, lint-python, and test for build j… #31

removed dependency on lint-ansible, lint-python, and test for build j…

removed dependency on lint-ansible, lint-python, and test for build j… #31

Workflow file for this run

name: Ansible - Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint-ansible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install ansible-lint
- name: Lint with ansible-lint
run: ansible-lint -v