[Egress providers - S3 store] Add support for service accounts when running dotnet monitor in kubernetes #605
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: 'Check markdown links' | |
on: | |
pull_request: | |
paths: ['**.md'] | |
branches: ['main'] | |
permissions: | |
pull-requests: read | |
jobs: | |
check-markdown-links: | |
name: 'Check markdown links' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | |
with: | |
persist-credentials: false | |
- name: Check markdown links | |
uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 | |
with: | |
config-file: .github/linters/check-markdown-links-config.json | |
use-quiet-mode: 'yes' | |
use-verbose-mode: 'no' |