Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Bump friendsofphp/php-cs-fixer from 3.40.0 to 3.46.0 #287

Bump friendsofphp/php-cs-fixer from 3.40.0 to 3.46.0

Bump friendsofphp/php-cs-fixer from 3.40.0 to 3.46.0 #287

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