From 0f0c5559315677f3007334f2f00d395b79abf5dc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Thu, 2 Jun 2022 13:41:25 +0200 Subject: [PATCH] fixed GitHub actions --- .github/workflows/coding-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index 45c4ac66..dfe00ab7 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -27,5 +27,5 @@ jobs: php-version: 8.0 coverage: none - - run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs + - run: composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress - run: php temp/coding-standard/ecs check