ci: fix identation

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-21 18:09:58 +03:00
parent 343ffd9f6e
commit 0bb7f123ef
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 8 additions and 8 deletions

View File

@ -63,14 +63,14 @@ jobs:
override: true
components: clippy
- name: Restore cargo cache
uses: actions/cache@v2.1.7
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('Cargo.lock') }}
- name: Restore cargo cache
uses: actions/cache@v2.1.7
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('Cargo.lock') }}
- name: Check clippy
uses: actions-rs/cargo@v1