CI: bump Markdown linter version to v19 #13

Merged
n merged 3 commits from md19 into main 2024-12-29 11:01:23 +01:00
Showing only changes of commit b37a76e065 - Show all commits

View file

@ -29,5 +29,5 @@ 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 }}."