Skip to content

Bump symfony/routing from 7.1.1 to 7.1.3 in the dev-dependencies grou… #110

Bump symfony/routing from 7.1.1 to 7.1.3 in the dev-dependencies grou…

Bump symfony/routing from 7.1.1 to 7.1.3 in the dev-dependencies grou… #110

Workflow file for this run

name: phpcs.xml lint
on:
pull_request:
push:
branches:
- "master"
- "v[0-9]"
jobs:
xml-linter:
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v3
-
name: Install dependencies
run: composer update --no-progress --no-interaction
-
name: Lint
uses: ChristophWurst/xmllint-action@v1
with:
xml-file: phpcs.xml.dist
xml-schema-file: vendor/squizlabs/php_codesniffer/phpcs.xsd