Skip to content

Version 2.3.1

Version 2.3.1 #81

Workflow file for this run

name: markdownlint
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '2 2 1 * *'
jobs:
run_markdownlint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: actionshub/markdownlint@main