diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b462e5d4..5734c1640 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -170,19 +170,12 @@ jobs: cache-dependency-path: | web/package-lock.json node-version-file: "web/.nvmrc" + + - name: Setup Just + uses: extractions/setup-just@v2 - - name: Remove Existing Unraid UI folder - run: | - rm -r ../unraid-ui - - - name: Download Artifact for Unraid UI - uses: actions/download-artifact@v4 - with: - name: unraid-ui - path: unraid-ui - - - name: Installing node deps - run: npm install + - name: Installing deps + run: just setup - name: Lint files continue-on-error: true