Skip to content

Commit

Permalink
refactor: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 2, 2024
1 parent 603f324 commit ea0c9c8
Showing 1 changed file with 3 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

0 comments on commit ea0c9c8

Please sign in to comment.