Skip to content

Install dependencies before running component #102

Install dependencies before running component

Install dependencies before running component #102

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ansible Lint
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/[email protected]