Skip to content

PDF Exports: New command option and library/option cleanup #6979

PDF Exports: New command option and library/option cleanup

PDF Exports: New command option and library/option cleanup #6979

Workflow file for this run

name: lint-php
on:
push:
paths:
- '**.php'
pull_request:
paths:
- '**.php'
jobs:
build:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: phpcs
- name: Run formatting check
run: composer lint