Skip to content

Added Powered by JetBrains #128

Added Powered by JetBrains

Added Powered by JetBrains #128

Workflow file for this run

name: "Infra: Markdown: URL linter"
on:
pull_request:
types:
- opened
- labeled
- reopened
- synchronize
paths:
- '**.md'
permissions:
contents: read
jobs:
lint-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # infered from @v4
with:
token: ${{ github.token }}
- name: Check URLs in files
uses: urlstechie/urlchecker-action@b643b43e2ac605e1475331c7b67247d242b7dce4 # infered from @v0.0.34
with:
exclude_patterns: localhost,127.0.,192.168.
exclude_urls: https://api.server,https://graph.microsoft.com/User.Read,https://dev-a63ggcut.auth0.com/,http://main-schema-registry:8081,http://schema-registry:8081,http://another-yet-schema-registry:8081,http://another-schema-registry:8081
print_all: false
file_types: .md