Zib-LaboratoryTestResult #87
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: Profile QA - full repository | |
on: [pull_request] | |
jobs: | |
nictiz-r4-qa-full: | |
name: Loose QA on the entire repo | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Zib2024 QA | |
uses: Nictiz/[email protected] | |
with: | |
changed-only: false | |
verbosity-level: warning | |
best-practice-warnings: false | |
suppress-display-issues: true |