From ed2d512cb0ef020f5eb128d7132ae1ea98c00b7f Mon Sep 17 00:00:00 2001 From: Jan K9f Date: Wed, 23 Apr 2025 09:43:45 +0200 Subject: [PATCH] ci: remove eslint installation from CI workflow --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4b4ff77..23f9fe5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -98,7 +98,6 @@ jobs: run: | cd frontend bun install - - run: bun install eslint - name: Run Eslint run: | cd frontend