Skip to content

Commit

Permalink
github actions - linters and changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Apr 20, 2023
1 parent 964773b commit b42bb19
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

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

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

0 comments on commit b42bb19

Please sign in to comment.