From 2631c87f8be985713a221c7f482352483b133865 Mon Sep 17 00:00:00 2001 From: itismadness Date: Thu, 13 May 2021 13:00:03 +0000 Subject: [PATCH] fix workflow typo --- .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 a3dfab4..a0e5a36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - run: composer run lint - - run: compose run static-analysis + - run: composer run static-analysis - run: composer run test