From eca9c0d931f530b32fbf542a69ee5c8fd8a15fe2 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 16 Jul 2024 13:25:32 +0100 Subject: [PATCH] test ci rbanch --- .github/workflows/pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 19f0adb..a7be9e0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,9 +16,12 @@ jobs: - uses: subosito/flutter-action@v2 with: cache: true - - uses: ZebraDevs/flutter-code-quality@v1.0.3 + + - uses: ZebraDevs/flutter-code-quality@feat/add-inputs with: token: ${{secrets.GITHUB_TOKEN}} + run-tests: false + run-coverage: false deploy-preview: name: Deploy preview version of the example app on firebase