Skip to content

chore: Added tools cache folders to ignore #15

chore: Added tools cache folders to ignore

chore: Added tools cache folders to ignore #15

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