Skip to content

Bump urllib3 from 2.1.0 to 2.2.2 #1790

Bump urllib3 from 2.1.0 to 2.2.2

Bump urllib3 from 2.1.0 to 2.2.2 #1790

Workflow file for this run

name: Check Markdown
on:
push:
pull_request:
schedule:
- cron: '0 16 * * *'
jobs:
markdown-link-check:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Check Markdown links
uses: gaurav-nelson/[email protected]
with:
config-file: .github/workflows/markdown-links-config.json
markdownlint-cli2:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'