Skip to content

Commit

Permalink
Added basic template workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenningersrb committed May 7, 2024
1 parent f235977 commit 4e719aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions srbui5_qm-template-basic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copy this file into your .github/workflows folder,
# Name it srbui5_qm.yaml

name: SRB UI5 QM Workflow
on:
push:

jobs:
# Linter job
srb-reuse-linter:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/lint.yml@master

# Builder job
srb-reuse-builder:
uses: SRBConsultingTeam/SRB_UI5_QM/.github/workflows/build_check_and_execute.yml@master

0 comments on commit 4e719aa

Please sign in to comment.