Skip to content

Bump phpstan/phpstan from 1.10.19 to 1.10.30 in /tools/phpstan #1389

Bump phpstan/phpstan from 1.10.19 to 1.10.30 in /tools/phpstan

Bump phpstan/phpstan from 1.10.19 to 1.10.30 in /tools/phpstan #1389

Workflow file for this run

name: Documentation Linter
on:
pull_request:
push:
branches:
- "1.x"
jobs:
documentation-linter:
name: "Documentation Linter"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "MD Link Linter"
uses: "docker://norberttech/md-link-linter:latest"
with:
entrypoint: "/composer/vendor/bin/mdlinklint"
args: "--exclude=vendor --exclude=tests ."