Skip to content

Commit

Permalink
Merge pull request #410 from abikouo/ci_github
Browse files Browse the repository at this point in the history
CI - linters github actions workflow
  • Loading branch information
mariolenz authored Nov 6, 2023
2 parents ec973b9 + 3259851 commit 79e8a98
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Linters
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
- stable-*
tags:
- '*'

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

0 comments on commit 79e8a98

Please sign in to comment.