Skip to content

[explainer] Update example of request quota with concrete numbers (#93) #35

[explainer] Update example of request quota with concrete numbers (#93)

[explainer] Update example of request quota with concrete numbers (#93) #35

Workflow file for this run

name: Check Markdown links
#
# Documentation:
# https://github.com/gaurav-nelson/github-action-markdown-link-check#how-to-use
#
on:
push:
branches: [main]
paths: ["**.md"]
pull_request:
branches: [main]
paths: ["**.md"]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1