Skip to content

List executed commands #10

List executed commands

List executed commands #10

Workflow file for this run

---
name: ansible tests
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: >
pip3 install
ansible
ansible-lint
yamllint
- name: run yamllint
run: yamllint .
- name: run ansible-lint
run: ansible-lint