From 2161973ffc5d67b448bacd71f7b2e0e53d09ffc5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Fri, 22 May 2026 16:32:30 +0200 Subject: [PATCH] Enabled jobs --- .gitea/workflows/pull_request.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 6534b7c..7fbff6a 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -5,7 +5,6 @@ on: jobs: lint: - if: false runs-on: ubuntu-latest steps: - name: Checkout code @@ -32,7 +31,6 @@ jobs: run: flutter analyze lib test test: - if: false runs-on: ubuntu-latest steps: - name: Checkout code @@ -59,7 +57,6 @@ jobs: run: flutter test localizations: - if: false runs-on: ubuntu-latest steps: - name: Checkout code