Skip to content

RuleTestCase: error tagging to allow reusal of php templates #74

RuleTestCase: error tagging to allow reusal of php templates

RuleTestCase: error tagging to allow reusal of php templates #74

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