From 8d5c6297182fb41ebbd7a1b7d78140c63fa56710 Mon Sep 17 00:00:00 2001 From: David Brownman <109395161+xavdid-stripe@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:23:24 -0800 Subject: [PATCH] add just to publish CI (#1446) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b02f17e6..272da414a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,7 @@ jobs: needs: [build, test, lint] runs-on: "ubuntu-24.04" steps: + - uses: extractions/setup-just@v2 - uses: actions/checkout@v3 - name: Download all workflow run artifacts uses: actions/download-artifact@v3