Add GH workflows

This commit is contained in:
GomathiselviS
2024-01-25 15:17:09 -05:00
parent 0a6d3b604b
commit 15da427a34
7 changed files with 233 additions and 0 deletions

15
.github/workflows/sanity-tests.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
---
name: Sanity tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
- stable-*
jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main