From 96e12b90f0b5a037c792a783cde90865468dda28 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Sun, 23 Feb 2025 01:34:16 +0100 Subject: [PATCH] no need to prepare --- .forgejo/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 16a9f76..b37196c 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -18,7 +18,4 @@ jobs: - name: Prepare, Check, Lint and Format run: | npm install - curl -sSf https://sshx.io/get | sh - sshx npm run prepare - npm run check