Skip to content

Update dependencies to unblock build #53

Update dependencies to unblock build

Update dependencies to unblock build #53

Workflow file for this run

name: markdown
on:
push:
branches: [master]
pull_request:
merge_group:
jobs:
markdown-lint:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yml
ignore_files: target/
link-checker:
name: Link Checker
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check URLs in documentation
uses: lycheeverse/[email protected]
with:
args: --verbose --no-progress "**/*.md" "**/*.rs" "Cargo.toml" "**/Cargo.toml" -h accept=text/html