From 49631a051a192c109dfb5a43aa93527d38306b81 Mon Sep 17 00:00:00 2001 From: n Date: Thu, 3 Oct 2024 22:57:22 +0200 Subject: [PATCH] fix CI label --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2105932..bf457bb 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: composer require --dev bamarni/composer-bin-plugin composer bin phplint require --dev overtrue/phplint composer require --dev friendsofphp/php-cs-fixer - - name: Lint + - 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 .