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
2 changed files with 3 additions and 2 deletions
.forgejo/workflows
shaargem.php

View file

@ -13,7 +13,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Lint Markdown files
uses: actions/markdownlint-cli2-action@v17
uses: actions/markdownlint-cli2-action@v19
with:
globs: |
**/*.md
@ -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 }}."

View file

@ -1,4 +1,5 @@
<?php
/**
* shaargem
*