Skip to content

Fix link to network proxy in readme (#22) #56

Fix link to network proxy in readme (#22)

Fix link to network proxy in readme (#22) #56

Workflow file for this run

name: Markdown Linter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: markdown-lint
uses: articulate/actions-markdownlint@v1
with:
config: .github/workflows/markdownlint.json
ignore: pull_request_template.md .github/ISSUE_TEMPLATE