Skip to content

Merge pull request #5 from scottharwell/2 #65

Merge pull request #5 from scottharwell/2

Merge pull request #5 from scottharwell/2 #65

Workflow file for this run

---
name: Validation CI
on:
push:
branches:
- main
pull_request:
types:
- assigned
- opened
- edited
- reopened
- synchronize
- ready_for_review
- review_requested
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install ansible-lint and yamllint
run: sudo pip3 install pre-commit
- name: Run ansiblelint
run: pre-commit run