fix: fix yaml syntax in rust_lint github workflow

This commit is contained in:
Poly-Pixel 2022-07-26 22:25:44 -04:00
parent 3f71613a84
commit 0c20a7b092
No known key found for this signature in database
GPG Key ID: C1B34B48A296CFCC

View File

@ -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