Added displaying min version if no explicit one is set in index.html #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "UI5 Quality Check App: SRB UI5 QM Workflow" | |
on: | |
push: | |
paths: | |
- "UI5_Quality_Checks_App/**" | |
jobs: | |
# Linter jobs for the quality checks app | |
srb-reuse-linter: | |
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/lint.yml@master | |
with: | |
ui5app_path: ./UI5_Quality_Checks_App | |
# Builder jobs for the quality checks app | |
srb-reuse-builder: | |
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/build_check_and_execute.yml@master | |
with: | |
ui5app_path: ./UI5_Quality_Checks_App |