Skip to content

feat: Addded CI pipelines for dev branches and PR #1

feat: Addded CI pipelines for dev branches and PR

feat: Addded CI pipelines for dev branches and PR #1

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/ci/static-code-analysis.yml

Check failure on line 12 in .github/workflows/pr-validations.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-validations.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
coverage_artifact: true