Skip to content

Rename SECURITY.md to .github/SECURITY.md #208

Rename SECURITY.md to .github/SECURITY.md

Rename SECURITY.md to .github/SECURITY.md #208

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"