Skip to content

chore(ci): add CI workflow and Dependabot hardening #7

chore(ci): add CI workflow and Dependabot hardening

chore(ci): add CI workflow and Dependabot hardening #7

Workflow file for this run

name: CI
on:
push:
branches: [main, dev, 'feature/**']
pull_request:
branches: [main, dev]
jobs:
ansible-lint:
name: Ansible Lint
runs-on: ubuntu-latest
container:
image: python:3.13-slim
steps:
- run: apt-get update && apt-get install -y --no-install-recommends git
- uses: actions/checkout@v4
- run: pip install --no-cache-dir ansible-lint
- run: ansible-galaxy collection install ansible.windows
- run: ansible-lint 02_ansible_layer/