Skip to content

Pop! OS - Initial Commit #42

Pop! OS - Initial Commit

Pop! OS - Initial Commit #42

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"