From e6c5d54a7317e36642b8ce2f48851f7e7d03250e Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Tue, 1 Apr 2025 22:12:56 +0200 Subject: [PATCH] remove actions for now --- .forgejo/workflows/actions.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .forgejo/workflows/actions.yml diff --git a/.forgejo/workflows/actions.yml b/.forgejo/workflows/actions.yml deleted file mode 100644 index 50d1d78..0000000 --- a/.forgejo/workflows/actions.yml +++ /dev/null @@ -1,14 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - uses: actions/checkout@v4 - - name: Setup dotnet - uses: https://github.com/actions/setup-dotnet@v4 - with: - dotnet-version: '6.x' - - name: Build - run: | - ls - dotnet build mossy.sln