Address CRT documentation warnings, add deny statements for bare_urls and broken_intra_doc_links #2172
Workflow file for this run
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: Integration tests (PR) | |
on: | |
pull_request_target: | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
integration: | |
name: Integration | |
uses: ./.github/workflows/integration.yml | |
with: | |
environment: PR integration tests | |
ref: ${{ github.event.pull_request.head.sha }} |