Compare commits

...

3 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
n
0696e65d69
CI: bump Markdown linter version to v19 2024-12-29 10:41:34 +01:00
2 changed files with 3 additions and 2 deletions
.forgejo/workflows
clickat.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,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
*