mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-27 16:46:26 +00:00
ansible-lint fix
This commit is contained in:
1
.github/stale.yml
vendored
1
.github/stale.yml
vendored
@@ -12,7 +12,6 @@ daysUntilClose: 30
|
||||
# Only issues or pull requests with all of these labels are check if stale.
|
||||
# Defaults to `[]` (disabled)
|
||||
onlyLabels: []
|
||||
|
||||
# Issues or Pull Requests with these labels will never be considered stale. Set
|
||||
# to `[]` to disable
|
||||
exemptLabels:
|
||||
|
||||
2
.github/workflows/linters.yaml
vendored
2
.github/workflows/linters.yaml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
- main
|
||||
- stable-*
|
||||
tags:
|
||||
- '*'
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
linters:
|
||||
|
||||
3
.github/workflows/unit-tests.yaml
vendored
3
.github/workflows/unit-tests.yaml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Unit tests
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -11,4 +12,4 @@ on:
|
||||
|
||||
jobs:
|
||||
unit-source:
|
||||
uses: GomathiselviS/github_actions/.github/workflows/unit_source.yml@add_host_pattern
|
||||
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
|
||||
|
||||
Reference in New Issue
Block a user