ci: fix identation
This commit is contained in:
parent
343ffd9f6e
commit
0bb7f123ef
1 changed files with 8 additions and 8 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue