summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cloud/common/.github/workflows/linters.yml
blob: cafab80aecdc7e027f1426dca402571925f35e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: CI

concurrency:
  group: linters-${{ github.ref }}
  cancel-in-progress: true

on:  # yamllint disable-line rule:truthy
  pull_request:
    branches:
      - main
      - stable-*

jobs:
  linters:
    uses: ansible-network/github_actions/.github/workflows/tox-linters.yml@main