Skip to content

Python: add new link check action #5

Python: add new link check action

Python: add new link check action #5

Workflow file for this run

dirs:
- .
ignorePatterns:
- pattern: "/github/"
- pattern: "./actions"
- pattern: "./blob"
- pattern: "./issues"
- pattern: "./discussions"
- pattern: "./pulls"
- pattern: "^http://localhost"
- pattern: "^https://localhost"
- pattern: "^https://platform.openai.com"
- pattern: "^https://outlook.office.com/bookings"
baseUrl: https://github.com/microsoft/semantic-kernel/
aliveStatusCodes:
- 200
- 206
- 429
- 500
- 503
useGitIgnore: true