mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: fix yaml syntax in rust_lint github workflow
This commit is contained in:
parent
3f71613a84
commit
0c20a7b092
8
.github/workflows/rust_lint.yml
vendored
8
.github/workflows/rust_lint.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 'stable-2022-01-20'
|
||||
override: true
|
||||
with:
|
||||
toolchain: 'stable-2022-01-20'
|
||||
override: true
|
||||
|
||||
- name: Rust Deps
|
||||
working-directory: frontend
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
|
||||
- run: rustup component add clippy
|
||||
working-directory: frontend/rust-lib
|
||||
working-directory: frontend/rust-lib
|
||||
- name: clippy
|
||||
run: cargo clippy --no-default-features
|
||||
working-directory: frontend/rust-lib
|
||||
|
Loading…
Reference in New Issue
Block a user