Skip to content

Bump psalm/phar from 5.25.0 to 5.26.1 in /tools/psalm (#1219) #3119

Bump psalm/phar from 5.25.0 to 5.26.1 in /tools/psalm (#1219)

Bump psalm/phar from 5.25.0 to 5.26.1 in /tools/psalm (#1219) #3119

Workflow file for this run

name: Documentation Linter
on:
pull_request:
paths:
- 'src/**'
- 'docs/**'
- 'examples/**'
- 'README.md'
push:
branches:
- "1.x"
paths-ignore:
- 'CHANGELOG.md'
# See https://stackoverflow.com/a/72408109
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
documentation-linter:
name: "Documentation Linter"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "MD Link Linter"
uses: "docker://norberttech/md-link-linter:latest"
with:
entrypoint: "/composer/vendor/bin/mdlinklint"
args: "--exclude=vendor --exclude=tests --exclude=examples ."