diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f9cccdc..9476567 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - 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