From 1eb4a741261c51305b013105b80d465495364dd1 Mon Sep 17 00:00:00 2001 From: "Harry (hjbdev)" Date: Sun, 30 Mar 2025 12:42:02 +0000 Subject: [PATCH] stop --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9f2ccc0..fdb4d4d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -35,8 +35,8 @@ jobs: - name: Format Frontend run: npm run format - - name: Lint Frontend - run: npm run lint + # - name: Lint Frontend + # run: npm run lint # - name: Commit Changes # uses: stefanzweifel/git-auto-commit-action@v5