Skip to content

Release 1.0 (#9)

Release 1.0 (#9) #60

Workflow file for this run

name: GitHub Action
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
- release_*
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
md-dead-link-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: pyproject.toml