Need to collect log Applications and Services Logs > Microsoft > Windows > Schannel > Operational #205
This file contains hidden or 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: Azure DiskInspect Manifest Validation | |
| on: [pull_request] | |
| jobs: | |
| Validate_Manifest_changes: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository code | |
| uses: actions/checkout@v2 | |
| - name: Validate Manifest changes | |
| run: ./tests/requires_doc_change.sh | |
| shell: bash |