Skip to content

Create SECURITY.md #173

Create SECURITY.md

Create SECURITY.md #173

Workflow file for this run

name: Markdownlint Action
on: push
permissions: read-all
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/[email protected]
name: Markdownlint
with:
files: .
config_file: ".github/markdownlint.json"
ignore_path: ".github/.markdownlintignore"