mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 17:04:40 +00:00
* Fix CI Test Collision (#1162)
* Fix CI concurrency issue
* More CI fixes
* Fix coverage job install
* Install correct test dependencies
(cherry picked from commit d211f316ad)
* Restore cancel-in-progress: true
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"
|