Skip to content

feat(GHA): add commitlint and semrel (#362) #47

feat(GHA): add commitlint and semrel (#362)

feat(GHA): add commitlint and semrel (#362) #47

Workflow file for this run

---
name: Ansible Lint
on:
push:
tags_ignore:
- '*'
pull_request:
jobs:
run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
requirements_file: molecule/requirements.yml