Skip to content

Bump certifi from 2023.11.17 to 2024.7.4 #1218

Bump certifi from 2023.11.17 to 2024.7.4

Bump certifi from 2023.11.17 to 2024.7.4 #1218

Workflow file for this run

name: Check Markdown
on:
push:
pull_request:
schedule:
- cron: '15 0,12 * * *'
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/github-action-markdown-link-check@v1
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:
config: '.github/workflows/.markdownlint.json'
globs: '**/*.md'