Skip to content

Bump symfony/dom-crawler from 6.4.13 to 7.2.0 #925

Bump symfony/dom-crawler from 6.4.13 to 7.2.0

Bump symfony/dom-crawler from 6.4.13 to 7.2.0 #925

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 ."