From 14c6f6a48ddce968a5c685f4080bcc6f97fa4180 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 24 Mar 2022 18:00:39 +0100 Subject: [PATCH] [CLEANUP] Sort the code style checks in the CI build (#406) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86c50b..3eb91bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,8 +66,8 @@ jobs: - "php:copypaste" - "php:cs-fixer" - "php:sniff" - - "ts:lint" - "php:stan" + - "ts:lint" - "yaml:lint" php-version: - 7.4