Skip to content

Commit

Permalink
Merge pull request #434 from catenax-ng/feature/TRI-1465-quality-chec…
Browse files Browse the repository at this point in the history
…ks-workflow

feat(impl):[TRI-1465] quality checks workflow
  • Loading branch information
ds-ext-kmassalski authored Jul 21, 2023
2 parents 49602b8 + dc03586 commit 7a27228
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Quality Checks (Release Guidelines)"

on:
workflow_dispatch: # Trigger manually
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check-quality:
name: Check quality guidelines
uses: eclipse-tractusx/sig-infra/.github/workflows/reusable-quality-checks.yaml@main
secrets: inherit

0 comments on commit 7a27228

Please sign in to comment.