Compare commits

...

3 commits

Author SHA1 Message Date
n
4e9e48e8c3
PHP-CS-Fixer fix 2024-12-29 12:17:39 +01:00
n
3477a9bceb
CI: disable PHP version check for PHP-CS-Fixer 2024-12-29 11:03:03 +01:00
n
929a149c30
CI: bump Markdown linter version to v19 2024-12-29 10:42:16 +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
*