From f1a805fce2cc904f20574960575187bf5b4c76eb Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Fri, 6 Feb 2026 19:48:58 +0100 Subject: [PATCH] test1 --- .gitea/workflows/Main.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .gitea/workflows/Main.yaml diff --git a/.gitea/workflows/Main.yaml b/.gitea/workflows/Main.yaml deleted file mode 100644 index 2f801be..0000000 --- a/.gitea/workflows/Main.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: check main state - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - strategy: - matrix: - dotnet-version: [ '10.0.x' ] - - steps: - - uses: actions/checkout@v6 - - name: Setup dotnet - uses: actions/setup-dotnet@v3 - with: - dotnet-version: '10.0.x' - - name: Install dependencies - run: dotnet restore ./src/LittleTown.sln - - name: Build - run: dotnet build ./src/LittleTown.sln - - name: Test with the dotnet CLI - run: dotnet test ./src/LittleTown.sln \ No newline at end of file