Skip to content

Update submodule references and --scale-dark documentation #74

Update submodule references and --scale-dark documentation

Update submodule references and --scale-dark documentation #74

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint markdown files
run: make markdown-lint