From 5851c8f288d990129e3f6fcc7265e63d8a2be60c Mon Sep 17 00:00:00 2001 From: Andrea Marco Sartori Date: Wed, 29 Nov 2023 19:19:18 +1000 Subject: [PATCH] Update build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96260cd..0fe6dd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,4 +84,4 @@ jobs: composer update --prefer-stable --prefer-dist --no-interaction - name: Execute Duster - run: vendor/bin/duster lint -u tlint,phpcodesniffer,pint,phpstan + run: vendor/bin/duster lint -u tlint,phpcodesniffer,pint,phpstan -vvv