Skip to content

Merge pull request #1 from CommonGateway/feature/IM-68/ZGWToVrijBRPBu… #8

Merge pull request #1 from CommonGateway/feature/IM-68/ZGWToVrijBRPBu…

Merge pull request #1 from CommonGateway/feature/IM-68/ZGWToVrijBRPBu… #8

Workflow file for this run

name: php-md
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: cs2pr, phpmd
- name: Run phpmd
run: phpmd src github phpmd.xml --not-strict