8000 Slight rewrite to the hardening modx page for improved clarity · modxorg/Docs@74d7c15 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Slight rewrite to the hardening modx page for improved clarity #964

Slight rewrite to the hardening modx page for improved clarity

Slight rewrite to the hardening modx page for improved clarity #964

Workflow file for this run

name: Validate markdown
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate markdown syntax in touched files
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: .
0