From b442b43ec21023f66316de4faf10a61faa6772be Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:13:50 +0100 Subject: [PATCH] fix typo --- .github/workflows/flutter_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index f95a1980..d5229e3f 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -18,7 +18,7 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 with: - include-privat: true + include-private: true - name: Lint analysis run: melos format --set-exit-if-changed . @@ -32,7 +32,7 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 with: - include-privat: true + include-private: true - name: Lint analysis run: melos analyze --fatal-warnings --fatal-infos --concurrency 10 @@ -54,7 +54,7 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 with: - include-privat: true + include-private: true - uses: actions/setup-java@v4 with: java-version: '17' @@ -87,7 +87,7 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 with: - include-privat: true + include-private: true - uses: maxim-lobanov/setup-cocoapods@v1 with: podfile-path: example/ios/Podfile.lock @@ -118,6 +118,6 @@ jobs: cache: true - uses: bluefireteam/melos-action@v3 with: - include-privat: true + include-private: true - name: Build web run: flutter build web