Skip to content

feat: Added CI pipelines for dev branches and PR #2

feat: Added CI pipelines for dev branches and PR

feat: Added CI pipelines for dev branches and PR #2

Workflow file for this run

# Static Code Analysis, runs when push to feature/**, feat/**, fix/** branches.
name: Dev branch validations
on:
push:
branches:
- "feature/**"
- "feat/**"
- "fix/**"
jobs:
static-code-analysis:
uses: ./.github/workflows/ci/static-code-analysis.yml

Check failure on line 14 in .github/workflows/ci-dev-branches.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-dev-branches.yml

Invalid workflow file

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