diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9a5dec2..a5466ba 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: dotnet-version: '8.0.x' - run: dotnet restore - run: dotnet build -test: - steps: - - name: trying to run - run: dotnet run \ No newline at end of file + test: + steps: + - name: trying to run + run: dotnet run \ No newline at end of file