Skip to content

Rename LICENSE.txt to .github/LICENSE.txt #213

Rename LICENSE.txt to .github/LICENSE.txt

Rename LICENSE.txt to .github/LICENSE.txt #213

Workflow file for this run

name: markdown
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: "**/*.md"