From 2918f8791156a86d2e16bd9d9c232816a0569775 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 6 Oct 2024 10:20:45 +0200 Subject: [PATCH] Changed line endings --- .gitea/workflows/gitea-ci.yml | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 6e70e95..5923908 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -1,18 +1,18 @@ -name: Test and build -run-name: ${{ gitea.actor }} is building MycroForge.CLI -on: [ push ] - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: https://github.com/actions/checkout@v4 - - uses: https://github.com/actions/setup-dotnet@v4 - with: - dotnet-version: '8.x' - - name: "Run dotnet restore" - run: dotnet restore - - name: "Run dotnet build" - run: dotnet build --no-restore - - name: "Test the image" - run: dotnet test --no-build --verbosity normal +name: Test and build +run-name: ${{ gitea.actor }} is building MycroForge.CLI +on: [ push ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: https://github.com/actions/checkout@v4 + - uses: https://github.com/actions/setup-dotnet@v4 + with: + dotnet-version: '8.x' + - name: "Run dotnet restore" + run: dotnet restore + - name: "Run dotnet build" + run: dotnet build --no-restore + - name: "Test the image" + run: dotnet test --no-build --verbosity normal