mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-31 07:43:02 +00:00
This is a backport of PR #919 as merged into main (b594d35).
Update ansible-lint version to 25.1.2
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
24 lines
455 B
YAML
24 lines
455 B
YAML
---
|
|
name: Linters
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- stable-*
|
|
tags:
|
|
- '*'
|
|
|
|
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@v25.1.2
|