Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
anevis committed Apr 6, 2024
1 parent ea62f85 commit 20bef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20bef64

Please sign in to comment.