Skip to content

Added unit tests for client & API #5

Added unit tests for client & API

Added unit tests for client & API #5

Workflow file for this run

# 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