Compare commits

...

2 commits

Author SHA1 Message Date
n
82a001e9d9
markdownlist fix 2024-12-29 10:59:45 +01:00
n
b37a76e065
CI: disable PHP version check for PHP-CS-Fixer 2024-12-29 10:59:07 +01:00
2 changed files with 2 additions and 1 deletions
.forgejo/workflows
clickat.php

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 }}."

View file

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