Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
anevis committed Apr 6, 2024
1 parent 20bef64 commit b672459
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: 🧹 Linting & Formatting
run: devbox run lint && devbox run format
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit b672459

Please sign in to comment.