Skip to content

Commit f48464b

Browse files
committed
CI use ansible-network GHA
Signed-off-by: Justin Cinkelj <[email protected]>
1 parent 322462d commit f48464b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/linters.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
# from https://github.com/ansible-collections/amazon.aws/
3+
name: changelog and linters
4+
5+
# on: [workflow_call] # allow this workflow to be called from other workflows
6+
on:
7+
push:
8+
pull_request:
9+
10+
jobs:
11+
linters:
12+
uses: ansible-network/github_actions/.github/workflows/tox.yml@main
13+
with:
14+
envname: ""
15+
labelname: lint
16+
# 12

0 commit comments

Comments
 (0)