Skip to content

Ingestor: update installation documentation #10

Ingestor: update installation documentation

Ingestor: update installation documentation #10

Workflow file for this run

---
name: Lint markdown files
on: [pull_request] # yamllint disable-line rule:truthy
jobs:
run-markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: "**/*.md"