Skip to content

app: Update template-infra:app to version 0.15.1.post4.dev0+7ad8136 #198

app: Update template-infra:app to version 0.15.1.post4.dev0+7ad8136

app: Update template-infra:app to version 0.15.1.post4.dev0+7ad8136 #198

Workflow file for this run

name: CI Documentation Checks
on:
push:
branches:
- main
pull_request:
jobs:
lint-markdown:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: "yes" # errors only.
config-file: ".github/workflows/markdownlint-config.json"