Skip to content

Commit

Permalink
refactor: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Sep 25, 2024
1 parent 0a59f26 commit fd79a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ tasks:
init: |
dotnet restore "./UA-CloudPublisher.csproj"
command: |
# Installs renovate to validate renovate.json by running `renovate-config-validator`
# Installs renovate to validate renovate.json by
# running `renovate-config-validator`
npm install --location=global renovate && pip install --user yamllint
dotnet build "./UA-CloudPublisher.csproj"
vscode:
extensions:
- muhammad-sammy.csharp
- mhutchie.git-graph
- ms-dotnettools.vscode-dotnet-runtime
- ms-dotnettools.vscode-dotnet-runtime
1 change: 1 addition & 0 deletions TestEnvironment/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: "3.8"

services:
Expand Down

0 comments on commit fd79a0f

Please sign in to comment.