From 0f12291dfa14e0b8add65be8f2f1ef42270f18a3 Mon Sep 17 00:00:00 2001 From: luke-b Date: Fri, 21 Jun 2024 17:05:39 +0200 Subject: [PATCH] lint --- .github/workflows/flutter-build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-build-test.yml b/.github/workflows/flutter-build-test.yml index 15c19c4..509d4a2 100644 --- a/.github/workflows/flutter-build-test.yml +++ b/.github/workflows/flutter-build-test.yml @@ -52,5 +52,5 @@ jobs: name: debug-apk path: new_project/build/app/outputs/flutter-apk/app-debug.apk - - name: Display structure of files - run: ls -R new_project/build/app/outputs/flutter-apk \ No newline at end of file + - name: Display structure of files + run: ls -R new_project/build/app/outputs/flutter-apk \ No newline at end of file