Skip to content

Update ci.yml

Update ci.yml #194

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint Ansible role
run: docker run --rm -v ${GITHUB_WORKSPACE}:/mnt haxorof/ansible-lint:v24-almalinux -v --force-color .