diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ab252..2d85b6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 - with: - channel: "stable" + with: + channel: "stable" - name: Check flutter version run: flutter --version