Skip to content

#3: Refactor build and test scripts, update version to 0.0.0 #8

#3: Refactor build and test scripts, update version to 0.0.0

#3: Refactor build and test scripts, update version to 0.0.0 #8

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: markdown-lint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
markdown-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0