From 3ee028de1f4d970913cf3cc13d584dd9f12b071c Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 19 Dec 2022 23:20:09 +0900 Subject: [PATCH] chore: Fix ci yaml indent style (#1201) --- .github/workflows/CI.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d76fda9..b9246a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -71,17 +71,17 @@ jobs: name: Check MSRV runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - - uses: hecrj/setup-rust-action@v1 - with: - rust-version: "1.60" - - name: Install Protoc - uses: arduino/setup-protoc@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Check - run: cargo check --all --all-targets --all-features + - name: Checkout + uses: actions/checkout@v3 + - uses: hecrj/setup-rust-action@v1 + with: + rust-version: "1.60" + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Check + run: cargo check --all --all-targets --all-features test: runs-on: ${{ matrix.os }}