diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 042125c..b5613f1 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -13,7 +13,7 @@ jobs: - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Installing Devbox ⚙️ - run: curl -fsSL https://get.jetpack.io/devbox | bash -f + run: curl -fsSL https://get.jetpack.io/devbox - run: ./devbox -f - name: 🧹 Linting & Formatting run: devbox run lint && devbox run format