diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index bf457bb..f77c532 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -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 }}." diff --git a/clickat.php b/clickat.php index 6ce3efe..1381f3d 100644 --- a/clickat.php +++ b/clickat.php @@ -1,4 +1,5 @@ <?php + /** * ClickAt *