Skip to content

Modernize PHP - Drop support for Joomla 3.10 and 4.x #61

Modernize PHP - Drop support for Joomla 3.10 and 4.x

Modernize PHP - Drop support for Joomla 3.10 and 4.x #61

Workflow file for this run

name: Linting Markdown
on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
branches:
- main
paths:
- '**.md'
# Allow manually triggering the workflow.
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Lint Markdown
uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: '**/*.md'