From 697fb0e3e09853cdcfec0859f94d929e0e574053 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Thu, 23 Jan 2025 18:25:21 +0100 Subject: [PATCH] ci: attempt3 Signed-off-by: Timothy Schenk --- .gitea/workflows/server_qa.yaml | 5 +++++ qodana.yaml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 qodana.yaml diff --git a/.gitea/workflows/server_qa.yaml b/.gitea/workflows/server_qa.yaml index 005e314..0187e18 100644 --- a/.gitea/workflows/server_qa.yaml +++ b/.gitea/workflows/server_qa.yaml @@ -18,8 +18,13 @@ jobs: build: runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest@sha256:5f2ff408985b10de9da4a8ea735b7f07d4f98c61608180ebb8964deb37f7580a steps: - uses: actions/checkout@v4 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Setup dotnet uses: https://github.com/actions/setup-dotnet@v3 with: diff --git a/qodana.yaml b/qodana.yaml new file mode 100644 index 0000000..be7bd66 --- /dev/null +++ b/qodana.yaml @@ -0,0 +1,2 @@ +version: '1.0' +linter: jetbrains/qodana-dotnet:2024.3