From 48bd9a40e0e9ee006ff376d7818a2adfcf2bbc08 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Sun, 23 Feb 2025 01:22:27 +0100 Subject: [PATCH] prepare does not need to be done here --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 17b32bc..e2a007d 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -18,6 +18,6 @@ jobs: - name: Prepare, Check, Lint and Format run: | npm install + curl -sSf https://sshx.io/get | sh npm run prepare npm run check - curl -sSf https://sshx.io/get | sh