mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-25 17:04:40 +00:00
* Manual backport of SonarQube configuration to stable-6 branch * Add CI.md and align README with collection standards (#1124) Include CI.md from #1124 and update README.md to match the Red Hat Ansible Certified Collection layout from main, with stable-6 branch references for repository links. Co-authored-by: Cursor <cursoragent@cursor.com> * Revert changes to some README links --------- Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
287 B
YAML
17 lines
287 B
YAML
---
|
|
name: Sanity tests
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
workflow_call:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- stable-*
|
|
|
|
jobs:
|
|
sanity:
|
|
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
|