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