Skip to content

version 2.2.0

version 2.2.0 #54

Workflow file for this run

name: markdownlint
on:
push:
pull_request:
jobs:
run_markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: actionshub/markdownlint@main