branch: externals/colorful-mode
commit bfa32b92c1be009e85154aaaaf202fe92441c032
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>

    ci: Use eask commands directly
---
 .github/workflows/test.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3adae1fc02..82af844a9e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -47,4 +47,6 @@ jobs:
 
     - name: Run tests
       run:
-        make ci
+        eask install-deps
+        eask compile
+        eask lint checkodc

Reply via email to