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