Skip to content

RESOLVED #JJ314: Upgrade to webtrees 2.1.17 - Adapt MyArtJaub modules #143

RESOLVED #JJ314: Upgrade to webtrees 2.1.17 - Adapt MyArtJaub modules

RESOLVED #JJ314: Upgrade to webtrees 2.1.17 - Adapt MyArtJaub modules #143

Workflow file for this run

name: Code style PHP
on:
push:
branches-ignore:
- '**-dev'
pull_request:
jobs:
run:
if: ${{ !startsWith(github.event.head_commit.message, 'Translation:') }}
runs-on: ${{ matrix.operating-system }}
name: PHP/PHTML
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-version: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-version }}
- uses: actions/checkout@v3
- run: composer validate
- run: composer global require squizlabs/php_codesniffer
- name: PHP
run: ~/.composer/vendor/bin/phpcs -s