1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-25 23:02:17 -05:00

Add steps to install just

This commit is contained in:
Vince Grassia 2024-05-23 15:25:19 -04:00
parent b303d21c7c
commit f4ca4afbcb
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08

View File

@ -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"