Skip to content

Normal (Markdown)

Normal (Markdown) #2

Workflow file for this run

# eustasy/.Normal 4.0beta8
name: Normal (Markdown)
on:
workflow_dispatch:
push:
branches: [main]
paths: ["**.md"]
pull_request:
branches: [main]
paths: ["**.md"]
permissions:
contents: read
jobs:
md:
name: Lint + format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
- name: Lint + format check (markdownlint)
run: qlty check --all --filter=markdownlint