From e9fd2f5034df309f3590309a607ff35c74a95dfa Mon Sep 17 00:00:00 2001 From: Eris Jakupi Date: Mon, 1 Sep 2025 10:08:07 +0200 Subject: [PATCH 1/2] add a new line to weather forecast --- src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs index 786b4a10..67da0a38 100644 --- a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs +++ b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs @@ -10,3 +10,5 @@ public record WeatherForecast public string? Summary { get; init; } } + + From 54a2e25ab41960ab2c182940df0a042c8bef8505 Mon Sep 17 00:00:00 2001 From: Eris Jakupi Date: Mon, 1 Sep 2025 10:26:51 +0200 Subject: [PATCH 2/2] neues feature --- .github/workflows/pr-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index 3243ea4b..f7dc0454 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -19,3 +19,4 @@ jobs: - name: Build with dotnet run: dotnet build --configuration Release +