From 3eda4e2c58b9cf3a4df3c7c985222d8d0456a305 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Mon, 1 Apr 2024 10:39:30 +0200 Subject: [PATCH] ci: install sheet temporarily --- .gitea/workflows/build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1c4ac1f..ed83ff8 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -21,6 +21,12 @@ jobs: - name: Lint check run: npm run lint:check + - name: Install sheet + run: | + wget ${{ secrets.sheetlink }} -O sheet.tgz + cd client + npm i sheet.tgz + - name: Licence checker run: | cd client