Skip to content

fix: Pass --system to uv dependencies install #8

fix: Pass --system to uv dependencies install

fix: Pass --system to uv dependencies install #8

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
with:
coverage_artifact: false