Skip to content

feat: Added BASE_URL argument #27

feat: Added BASE_URL argument

feat: Added BASE_URL argument #27

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