mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: 'stable-2022-01-20'
|
toolchain: 'stable-2022-01-20'
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Rust Deps
|
- name: Rust Deps
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
- run: rustup component add clippy
|
- run: rustup component add clippy
|
||||||
working-directory: frontend/rust-lib
|
working-directory: frontend/rust-lib
|
||||||
- name: clippy
|
- name: clippy
|
||||||
run: cargo clippy --no-default-features
|
run: cargo clippy --no-default-features
|
||||||
working-directory: frontend/rust-lib
|
working-directory: frontend/rust-lib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue