mirror of
https://github.com/bitwarden/server.git
synced 2024-12-31 18:27:49 +01:00
Explicitly install .NET SDK for linting (#3180)
This commit is contained in:
parent
09e396a2d2
commit
6785908e39
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -11,8 +11,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
_AZ_REGISTRY: 'bitwardenprod.azurecr.io'
|
||||
|
||||
_AZ_REGISTRY: "bitwardenprod.azurecr.io"
|
||||
|
||||
jobs:
|
||||
cloc:
|
||||
@ -34,6 +33,11 @@ jobs:
|
||||
name: Lint
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Set up dotnet
|
||||
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user