Skip to content

Reformat "Branches" table and add link to CONTRIBUTING.md (#148) #326

Reformat "Branches" table and add link to CONTRIBUTING.md (#148)

Reformat "Branches" table and add link to CONTRIBUTING.md (#148) #326

Workflow file for this run

name: Lint
on:
push:
branches:
- develop
- release/*
pull_request:
merge_group:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: |
*.md,
docs/**/*.md
template/0000-use-markdown-architectural-decision-records.md
template/adr-template-minimal.md
template/adr-template.md
template/README.md