mirror of
https://github.com/bitwarden/server.git
synced 2025-04-26 15:22:19 -05:00
Add steps to install just
This commit is contained in:
parent
b303d21c7c
commit
f4ca4afbcb
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -24,6 +24,11 @@ jobs:
|
|||||||
- name: Set up .NET
|
- name: Set up .NET
|
||||||
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
|
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
|
- name: Lint
|
||||||
run: just lint
|
run: just lint
|
||||||
|
|
||||||
@ -86,6 +91,11 @@ jobs:
|
|||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
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
|
- name: Check branch to publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_BRANCHES: "main,rc,hotfix-rc"
|
PUBLISH_BRANCHES: "main,rc,hotfix-rc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user