Skip to content

Commit 71a07bf

Browse files
committed
CI use ansible-network GHA
Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 322462d commit 71a07bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/linters.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
7+
jobs:
8+
linters:
9+
uses: ansible-network/github_actions/.github/workflows/tox.yml@main
10+
with:
11+
envname: ""
12+
labelname: lint

0 commit comments

Comments
 (0)