1
0
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:
Matt Bishop 2023-08-11 08:49:04 -04:00 committed by GitHub
parent 09e396a2d2
commit 6785908e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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