Skip to content

RESOLVED #JJ320: Upgrade to webtrees 2.1.19 - Adapt MyArtJaub modules #128

RESOLVED #JJ320: Upgrade to webtrees 2.1.19 - Adapt MyArtJaub modules

RESOLVED #JJ320: Upgrade to webtrees 2.1.19 - Adapt MyArtJaub modules #128

Workflow file for this run

name: Code style JavaScript
on:
push:
branches-ignore:
- '**-dev'
pull_request:
jobs:
semistandard:
runs-on: ubuntu-latest
name: SemiStandard
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: gd,intl,mbstring,sqlite,zip
coverage: disable
- run: composer install --no-progress --no-suggest --ignore-platform-reqs
- run: composer webtrees-geneajaubart:lintjs