Skip to content

Bump phpstan/phpstan from 1.10.15 to 1.10.22 (#126) #56

Bump phpstan/phpstan from 1.10.15 to 1.10.22 (#126)

Bump phpstan/phpstan from 1.10.15 to 1.10.22 (#126) #56

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 install --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