From 9434bff9c92c36a77312760526e1e0f118c344a1 Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Sat, 12 Feb 2022 10:57:02 +0800 Subject: [PATCH] Update ci.yaml fix ci.yaml format errors --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259f7397d9..7e804eb136 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,8 @@ jobs: - name: Checkout uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + with: + toolchain: stable - name: Checkout Flutter uses: actions/checkout@v2 with: