Skip to content

fix: typo in deplog/about_file.md (#282) #372

fix: typo in deplog/about_file.md (#282)

fix: typo in deplog/about_file.md (#282) #372

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: "**/*.md"