From a4a3fc0382a0f7d7a2ac57f4e466040709140b2f Mon Sep 17 00:00:00 2001 From: azur Date: Wed, 10 Dec 2025 21:49:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD=20fix=20lint.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 91660c3..65b20e1 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -17,5 +17,6 @@ jobs: with: node-version: latest cache: "pnpm" + - run: pnpm install - run: pnpm prettier . --check - run: pnpm eslint .