Skip to content

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

Rename .github/LICENSE.txt to LICENSE.txt

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

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"