Skip to content

Add support for x86 devices #255

Add support for x86 devices

Add support for x86 devices #255

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches:
- master
- production
paths:
- 'ansible/**'
pull_request:
branches:
- master
- production
paths:
- 'ansible/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
with:
path: "ansible/"