1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

Add curl to Dockerfile

This commit is contained in:
Vince Grassia
2023-11-09 12:43:21 -05:00
parent f7507b306f
commit cbb339c2f3
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ env:
jobs:
cloc:
if: false
name: CLOC
runs-on: ubuntu-22.04
steps:
@ -30,6 +31,7 @@ jobs:
run: cloc --include-lang C#,SQL,Razor,"Bourne Shell",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git
lint:
if: false
name: Lint
runs-on: ubuntu-22.04
steps: