Skip to content

Update changelog file #131

Update changelog file

Update changelog file #131

Workflow file for this run

# SPDX-License-Identifier: MIT
name: markdownlint
on:
push:
branches:
- main
- feature/**
paths:
- '**.md'
- '.github/linters/.markdown-lint.yml'
- '.github/workflows/markdownlint.yml'
pull_request:
branches:
- main
paths:
- '**.md'
- '.github/linters/.markdown-lint.yml'
- '.github/workflows/markdownlint.yml'
jobs:
markdownlint:
name: markdownlint
uses: ffurrer2/shared-workflows/.github/workflows/markdownlint.yml@main