From 49a292a48fb4e20f57763293f92b36a3477cbd2a Mon Sep 17 00:00:00 2001 From: Antony Nevis Date: Sat, 6 Apr 2024 13:22:23 +1100 Subject: [PATCH] d --- .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 4b8352d..e1b09ac 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 โš™๏ธ - uses: jetpack-io/devbox-install-action@v0.10.3 + uses: jetpack-io/devbox-install-action - name: ๐Ÿงน Linting & Formatting run: devbox run lint && devbox run format - run: echo "๐Ÿ This job's status is ${{ job.status }}."