Skip to content

Bump aiohttp from 3.10.2 to 3.10.11 in /testground/benchmark in the pip group across 1 directory #96

Bump aiohttp from 3.10.2 to 3.10.11 in /testground/benchmark in the pip group across 1 directory

Bump aiohttp from 3.10.2 to 3.10.11 in /testground/benchmark in the pip group across 1 directory #96

Workflow file for this run

name: Check Markdown links
on:
schedule:
- cron: "* */24 * * *"
pull_request:
push:
branches:
- main
- release/**
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- id: changed-files
uses: tj-actions/changed-files@v41
with:
files: |
docs/**/*.md
- uses: gaurav-nelson/[email protected]
if: steps.changed-files.outputs.any_changed == 'true'
with:
folder-path: "docs"