Skip to content

Merge pull request #366 from ScaleComputing/rh-requested-at161-release #36

Merge pull request #366 from ScaleComputing/rh-requested-at161-release

Merge pull request #366 from ScaleComputing/rh-requested-at161-release #36

Workflow file for this run

---
# from https://github.com/ansible-collections/amazon.aws/
name: changelog and linters
# on: [workflow_call] # allow this workflow to be called from other workflows
on:
push:
pull_request:
jobs:
linters:
uses: ansible-network/github_actions/.github/workflows/tox.yml@main
with:
envname: ""
labelname: lint
# 12