Skip to content

Merge pull request #44 from tenantcloud/fix-filebeat-stdout #70

Merge pull request #44 from tenantcloud/fix-filebeat-stdout

Merge pull request #44 from tenantcloud/fix-filebeat-stdout #70

Workflow file for this run

---
name: Lint Ansible Roles
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: ansible-Lint
uses: ansible/ansible-lint-action@main
with:
targets: "./"
args: -x 106
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1