Skip to content

Minor Unit test and PEP8 sanity fixes (Ansible 2.16) #92

Minor Unit test and PEP8 sanity fixes (Ansible 2.16)

Minor Unit test and PEP8 sanity fixes (Ansible 2.16) #92

Workflow file for this run

---
name: changelog
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
- stable-*
tags:
- '*'
jobs:
changelog:
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main