mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
add linters github action (#613)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -20,6 +20,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
changelog:
|
changelog:
|
||||||
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
|
uses: ansible-network/github_actions/.github/workflows/changelog.yml@main
|
||||||
|
linters:
|
||||||
|
uses: abikouo/github_actions/.github/workflows/tox-linters.yml@tox_linters
|
||||||
splitter:
|
splitter:
|
||||||
env:
|
env:
|
||||||
source_dir: "./source"
|
source_dir: "./source"
|
||||||
|
|||||||
Reference in New Issue
Block a user