Skip to content

Bump aiohttp from 3.10.2 to 3.10.11 in /tests #89

Bump aiohttp from 3.10.2 to 3.10.11 in /tests

Bump aiohttp from 3.10.2 to 3.10.11 in /tests #89

Workflow file for this run

name: markdown-lint
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # get all branches so that we can check out main to compare lint scores
- name: Run markdownlint
run: |
docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest "**/*.md"