From 3c522cea8536308c1eb7e0c6439d0c6cf1a03f06 Mon Sep 17 00:00:00 2001
From: Tamara Gunkel <tamara.gunkel@web.de>
Date: Wed, 20 Oct 2021 11:55:04 +0200
Subject: [PATCH] remove grunt bc the filter doesnt use any js or css

---
 .github/workflows/moodle-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml
index f2f4e9e..1a1ec62 100644
--- a/.github/workflows/moodle-ci.yml
+++ b/.github/workflows/moodle-ci.yml
@@ -90,8 +90,4 @@ jobs:
 
       - name: Mustache Lint
         if: ${{ always() }}
-        run: moodle-plugin-ci mustache
-
-      - name: Grunt
-        if: ${{ always() }}
-        run: moodle-plugin-ci grunt --max-lint-warnings 0
\ No newline at end of file
+        run: moodle-plugin-ci mustache
\ No newline at end of file
-- 
GitLab