Skip to content

set color theme in VS Code settings #16

set color theme in VS Code settings

set color theme in VS Code settings #16

Workflow file for this run

name: ansible playbook CI
on:
push:
branches:
- 'main'
- 'devel'
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ansible-lint
run: pip install ansible-lint
- name: Install Ansible Galaxy collections
run: ansible-galaxy install -r requirements.yml
- name: Check playbook correctness
run: ansible-lint --exclude=.github/