From 20bef64175b93745fd5424fe034c662612c426f7 Mon Sep 17 00:00:00 2001 From: Antony Nevis Date: Sat, 6 Apr 2024 13:15:19 +1100 Subject: [PATCH] xx --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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