Skip to content

Backport to Stable-3: Fix helm tests (#827) and Fix helm integration tests (#830) #437

Backport to Stable-3: Fix helm tests (#827) and Fix helm integration tests (#830)

Backport to Stable-3: Fix helm tests (#827) and Fix helm integration tests (#830) #437

Workflow file for this run

---
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/[email protected]