Skip to content

[Breaking] Split utils into sub-modules, move typing from utils to top-level (pmv.typing) #1397

[Breaking] Split utils into sub-modules, move typing from utils to top-level (pmv.typing)

[Breaking] Split utils into sub-modules, move typing from utils to top-level (pmv.typing) #1397

Workflow file for this run

name: Link check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run markdown link check
uses: gaurav-nelson/github-action-markdown-link-check@v1