CI: bump Markdown linter version to v19 #9

Merged
n merged 3 commits from md19 into main 2024-12-29 12:20:17 +01:00
Showing only changes of commit 3477a9bceb - Show all commits

View file

@ -29,6 +29,6 @@ jobs:
- name: Lint PHP files
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
- name: PHP CS Fixer
run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
- run: echo "🍏 This job's status is ${{ job.status }}."