Skip to content

Bump otto-de/purge-deprecated-workflow-runs from 2.2.0 to 3.0.0 in /.github/workflows #27

Bump otto-de/purge-deprecated-workflow-runs from 2.2.0 to 3.0.0 in /.github/workflows

Bump otto-de/purge-deprecated-workflow-runs from 2.2.0 to 3.0.0 in /.github/workflows #27

Workflow file for this run

name: pull request checks
on:
pull_request:
branches:
- main
workflow_dispatch:
# for security reasons the github actions are pinned to specific release versions
jobs:
link_checker:
name: Link checker
runs-on: ubuntu-24.04
steps:
- name: Checkout markdown
uses: actions/[email protected]
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress --max-retries 5 '**/*.md' '*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}