From f4ca4afbcbde4fbfb9aa542ecbbcd7039066cb07 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 23 May 2024 15:25:19 -0400 Subject: [PATCH] Add steps to install just --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6251fb7c48..d9837c4cef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,11 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 + - name: Install just + uses: taiki-e/install-action@4fedbddde88aab767a45a011661f832d68202716 # v2.33.28 + with: + tool: just + - name: Lint run: just lint @@ -86,6 +91,11 @@ jobs: - name: Checkout repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Install just + uses: taiki-e/install-action@4fedbddde88aab767a45a011661f832d68202716 # v2.33.28 + with: + tool: just + - name: Check branch to publish env: PUBLISH_BRANCHES: "main,rc,hotfix-rc"