Merge pull request #46 from killer-cf/config-self-convex

feat: add Bun setup step to deploy workflow
This commit is contained in:
Kilder Costa
2025-11-26 10:43:24 -03:00
committed by GitHub

View File

@@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Log in to Docker Hub
uses: docker/login-action@v2