Added unit tests for client & API #5
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Static Code Analysis and test validation workflow. Runs only on pull requests targeting the main branch. | |
| name: Pull Requests Validations | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| static-code-analysis: | |
| uses: ./.github/workflows/static-code-analysis.yml | |
| with: | |
| coverage_artifact: true |