Zib-AddressInformation #9
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 - changed files | |
on: [pull_request] | |
jobs: | |
nictiz-r4-qa-changed: | |
name: Strict QA on changed materials | |
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: true | |
extensible-binding-warnings: true | |
best-practice-warnings: true |