Skip to content

[-] virtualbox-ext-pack #45

[-] virtualbox-ext-pack

[-] virtualbox-ext-pack #45

Workflow file for this run

name: Ansible Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Ansible Lint
uses: ansible/ansible-lint-action@main
with:
path: "bootstrap.yml"