mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 08:54:51 +00:00
* Fix CI concurrency issue * More CI fixes * Fix coverage job install * Install correct test dependencies
17 lines
345 B
YAML
17 lines
345 B
YAML
---
|
|
name: Linters
|
|
|
|
on: [workflow_call]
|
|
|
|
jobs:
|
|
linters:
|
|
uses: ansible-network/github_actions/.github/workflows/tox-linters.yml@main
|
|
ansible-lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: run-ansible-lint
|
|
uses: ansible/ansible-lint@main
|
|
with:
|
|
gh_action_ref: "v25.5.0"
|