Skip to content

Update changelog

Update changelog #93

Workflow file for this run

# SPDX-License-Identifier: MIT
name: markdownlint
on:
push:
branches:
- main
- feature/**
- dependabot/**
paths:
- '**.md'
- '.github/linters/.markdown-lint.yml'
- '.github/workflows/markdownlint.yml'
jobs:
markdownlint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: markdownlint
uses: nosborn/github-action-markdown-cli@v3
with:
config_file: .github/linters/.markdown-lint.yml
files: .
ignore_files: test/testdata/expected