diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a11436c..c5eb827 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: dotnet-version: '6.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