Fix sanity failures (#220)

* Fix sanity failures

* Add github workflows
This commit is contained in:
GomathiselviS
2024-01-31 11:00:43 -05:00
committed by GitHub
parent 0b827432a8
commit 69a9541f4b
19 changed files with 118 additions and 13 deletions

21
.github/workflows/unit-tests.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: Unit tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- main
- stable-*
tags:
- '*'
jobs:
unit-source:
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main