Skip to content

nextest

nextest #108

Workflow file for this run

# name: markdown
# permissions:
# contents: read
# on:
# pull_request:
# paths:
# - '**/*.md'
# - .github/workflows/markdown.yml
# jobs:
# markdownlint:
# timeout-minutes: 5
# runs-on: ubuntu-24.04
# steps:
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# - uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
# with:
# globs: "**/*.md"