Skip to content

fix: Fixed SCA workflow abs path #3

fix: Fixed SCA workflow abs path

fix: Fixed SCA workflow abs path #3

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/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

error parsing called workflow ".github/workflows/ci-dev-branches.yml" -> "./.github/workflows/static-code-analysis.yml" (source branch with sha:85c63d88ef62d26f6b115e02c528f26b657837ed) : (Line: 12, Col: 24): Unexpected value '', (Line: 13, Col: 12): Unexpected value 'ubuntu-latest', (Line: 15, Col: 5): A sequence was not expected
with:
coverage_artifact: false