diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index b5613f1..4b8352d 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -13,8 +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 - - run: ./devbox -f + uses: jetpack-io/devbox-install-action@v0.10.3 - name: ๐Ÿงน Linting & Formatting run: devbox run lint && devbox run format - run: echo "๐Ÿ This job's status is ${{ job.status }}."