mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: fix yaml syntax in rust_lint github workflow
This commit is contained in:
parent
3f71613a84
commit
0c20a7b092
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue