Skip to content

Delete test.md

Delete test.md #16

Workflow file for this run

name: markdown formatting
on:
workflow_dispatch:
push:
paths:
- '**/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v4
- name: markdownlint-cli
uses: DavidAnson/markdownlint-cli2-action@v14
with:
fix: True
globs: '**/*.md'